diff options
Diffstat (limited to 'board/amcc/bluestone/config.mk')
-rw-r--r-- | board/amcc/bluestone/config.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/amcc/bluestone/config.mk b/board/amcc/bluestone/config.mk index efb2de4..d5d66eb 100644 --- a/board/amcc/bluestone/config.mk +++ b/board/amcc/bluestone/config.mk @@ -23,12 +23,6 @@ # Applied Micro APM821XX Evaluation board. # -sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp - -ifndef CONFIG_SYS_TEXT_BASE -CONFIG_SYS_TEXT_BASE = 0xFFFA0000 -endif - PLATFORM_CPPFLAGS += -DCONFIG_440=1 ifeq ($(debug),1) |