summaryrefslogtreecommitdiffstats
path: root/board/cpu86/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/cpu86/config.mk')
-rw-r--r--board/cpu86/config.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/board/cpu86/config.mk b/board/cpu86/config.mk
index 5fe0ca0886..379017e7e5 100644
--- a/board/cpu86/config.mk
+++ b/board/cpu86/config.mk
@@ -25,16 +25,4 @@
# CPU86 boards
#
-# This should be equal to the CONFIG_SYS_FLASH_BASE define in config_CPU86.h
-# for the "final" configuration, with U-Boot in flash, or the address
-# in RAM where U-Boot is loaded at for debugging.
-#
-
-ifeq ($(CONFIG_BOOT_ROM),y)
- TEXT_BASE := 0xFF800000
- PLATFORM_CPPFLAGS += -DCONFIG_BOOT_ROM
-else
- TEXT_BASE := 0xFF000000
-endif
-
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)
+PLATFORM_CPPFLAGS += -I$(TOPDIR)
OpenPOWER on IntegriCloud