diff options
Diffstat (limited to 'board/motionpro')
| -rw-r--r-- | board/motionpro/config.mk | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/board/motionpro/config.mk b/board/motionpro/config.mk index c41b3dbd1..ad21518a3 100644 --- a/board/motionpro/config.mk +++ b/board/motionpro/config.mk @@ -24,8 +24,4 @@  #  # Promess Motion-PRO  # - -CONFIG_SYS_TEXT_BASE = 0xfff00000 - -PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ -	-I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -I$(TOPDIR)/board |