diff options
Diffstat (limited to 'board/cm5200/config.mk')
| -rw-r--r-- | board/cm5200/config.mk | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/board/cm5200/config.mk b/board/cm5200/config.mk index 0b07aba63..cc44ff620 100644 --- a/board/cm5200/config.mk +++ b/board/cm5200/config.mk @@ -21,7 +21,4 @@  # MA 02111-1307 USA  # -CONFIG_SYS_TEXT_BASE = 0xfc000000 - -PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ -	-I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -I$(TOPDIR)/board |