diff options
Diffstat (limited to 'board/eltec/elppc')
-rw-r--r-- | board/eltec/elppc/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/eltec/elppc/config.mk b/board/eltec/elppc/config.mk index aa463c5..3c67328 100644 --- a/board/eltec/elppc/config.mk +++ b/board/eltec/elppc/config.mk @@ -21,6 +21,6 @@ # MA 02111-1307 USA # -TEXT_BASE = 0xFFF00000 +CONFIG_SYS_TEXT_BASE = 0xFFF00000 -PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) +PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) |