diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-12-11 12:22:26 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-20 10:19:35 -0500 |
commit | b766476df09b10c244bcf6f35a667d44f618a561 (patch) | |
tree | 56d89b43a2746c7baa4cb2c2944c0762313fdc9f /board | |
parent | 61a4392a363875d393b520faa3031c46e96887fe (diff) |
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 'board')
-rw-r--r-- | board/xilinx/microblaze-generic/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/xilinx/microblaze-generic/config.mk b/board/xilinx/microblaze-generic/config.mk index 36bdd963434..95ef9c0f069 100644 --- a/board/xilinx/microblaze-generic/config.mk +++ b/board/xilinx/microblaze-generic/config.mk @@ -11,8 +11,6 @@ # the generated file from your Xilinx design flow. # -CONFIG_SYS_TEXT_BASE = 0x29000000 - PLATFORM_CPPFLAGS += -mno-xl-soft-mul PLATFORM_CPPFLAGS += -mno-xl-soft-div PLATFORM_CPPFLAGS += -mxl-barrel-shift |