]> git.sur5r.net Git - u-boot/blobdiff - board/cpu86/config.mk
Davinci: add support for the ea20 board
[u-boot] / board / cpu86 / config.mk
index 5fe0ca0886fa1843f076c66f82c9fc3a3329687c..379017e7e5e92e8c963b23fde4efea78884b639f 100644 (file)
 # 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)