diff options
Diffstat (limited to 'board/cmi/config.mk')
-rw-r--r-- | board/cmi/config.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/board/cmi/config.mk b/board/cmi/config.mk index b065545..2685d4f 100644 --- a/board/cmi/config.mk +++ b/board/cmi/config.mk @@ -22,11 +22,7 @@ # # -# EPQ Board Configuration +# CMI Board Configuration # -# Boot from flash at location 0x00000000 -CONFIG_SYS_TEXT_BASE = 0x02000000 - -PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ - -I$(TOPDIR) +PLATFORM_CPPFLAGS += -I$(TOPDIR) |