diff options
Diffstat (limited to 'board/eNET/config.mk')
| -rw-r--r-- | board/eNET/config.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/eNET/config.mk b/board/eNET/config.mk index 63a58fdc5..c4242add1 100644 --- a/board/eNET/config.mk +++ b/board/eNET/config.mk @@ -21,7 +21,7 @@  # MA 02111-1307 USA  # -TEXT_BASE = 0x06000000 +CONFIG_SYS_TEXT_BASE = 0x06000000  CFLAGS_common/dlmalloc.o += -Wa,--no-warn -fno-strict-aliasing  PLATFORM_RELFLAGS += -fvisibility=hidden  PLATFORM_CPPFLAGS += -fno-dwarf2-cfi-asm |