summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-12-11 12:22:26 +0900
committerTom Rini <trini@konsulko.com>2016-01-20 10:19:35 -0500
commitb766476df09b10c244bcf6f35a667d44f618a561 (patch)
tree56d89b43a2746c7baa4cb2c2944c0762313fdc9f /configs
parent61a4392a363875d393b520faa3031c46e96887fe (diff)
downloadblackbird-obmc-uboot-b766476df09b10c244bcf6f35a667d44f618a561.tar.gz
blackbird-obmc-uboot-b766476df09b10c244bcf6f35a667d44f618a561.zip
microblaze: move CONFIG_SYS_TEXT_BASE to defconfig
This is how CONFIG options are defined by Kconfig. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/microblaze-generic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index 54aa3ef3d2..ed336e6bc4 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -1,6 +1,7 @@
CONFIG_MICROBLAZE=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_TARGET_MICROBLAZE_GENERIC=y
+CONFIG_SYS_TEXT_BASE=0x29000000
CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
CONFIG_SPL=y
CONFIG_SYS_PROMPT="U-Boot-mONStR> "
OpenPOWER on IntegriCloud