powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 11 Dec 2015 03:22:30 +0000 (12:22 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 20 Jan 2016 15:19:36 +0000 (10:19 -0500)
commitd67a5775123990c85381289df2d3b9d9c614fcd3
tree03826e6dc907247f02b339adc6ad41f912b3e866
parent5ba0b4885fb5f3bf7557f23f735ac1b776dca013
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>
board/amcc/yucca/config.mk