diff options
author | Tom Rini <trini@konsulko.com> | 2015-12-18 07:28:24 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-12-18 07:28:24 -0500 |
commit | 4832e17787acb29734d895751bc7a594908aecc6 (patch) | |
tree | 74d28b656a3b31fd4053279535c13f1a808fb035 /configs/microblaze-generic_defconfig | |
parent | 123b70177931a5aed92beca76bb622b2f4005be8 (diff) | |
parent | b5e9b9a9a1bb231e35e206f8f3e2becee1dd06ab (diff) | |
download | u-boot-imx-4832e17787acb29734d895751bc7a594908aecc6.zip u-boot-imx-4832e17787acb29734d895751bc7a594908aecc6.tar.gz u-boot-imx-4832e17787acb29734d895751bc7a594908aecc6.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'configs/microblaze-generic_defconfig')
-rw-r--r-- | configs/microblaze-generic_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index 1fe2e0f..54aa3ef 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -1,9 +1,9 @@ CONFIG_MICROBLAZE=y +CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_TARGET_MICROBLAZE_GENERIC=y CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" CONFIG_SPL=y CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set -CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y |