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