diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-12-11 03:22:30 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-20 15:19:36 (GMT) |
commit | d67a5775123990c85381289df2d3b9d9c614fcd3 (patch) | |
tree | 03826e6dc907247f02b339adc6ad41f912b3e866 /board/amcc | |
parent | 5ba0b4885fb5f3bf7557f23f735ac1b776dca013 (diff) | |
download | u-boot-d67a5775123990c85381289df2d3b9d9c614fcd3.tar.xz |
powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk
The include/configs/yucca.h already has the same define:
#define CONFIG_SYS_TEXT_BASE 0xfffb0000
Remove the redundant one from board/amcc/yucca/config.mk.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc')
-rw-r--r-- | board/amcc/yucca/config.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/amcc/yucca/config.mk b/board/amcc/yucca/config.mk index 05a4162..53d3f34 100644 --- a/board/amcc/yucca/config.mk +++ b/board/amcc/yucca/config.mk @@ -9,12 +9,6 @@ # AMCC 440SPe Reference Platform (yucca) board # -ifeq ($(ramsym),1) -CONFIG_SYS_TEXT_BASE = 0x07FD0000 -else -CONFIG_SYS_TEXT_BASE = 0xfffb0000 -endif - PLATFORM_CPPFLAGS += -DCONFIG_440=1 ifeq ($(debug),1) |