diff options
Diffstat (limited to 'board/eltec/mhpc/config.mk')
| -rw-r--r-- | board/eltec/mhpc/config.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/eltec/mhpc/config.mk b/board/eltec/mhpc/config.mk index 03934de3f..6e2827391 100644 --- a/board/eltec/mhpc/config.mk +++ b/board/eltec/mhpc/config.mk @@ -29,5 +29,5 @@  # MHPC boards  # -TEXT_BASE = 0xfe000000 -/*TEXT_BASE  = 0x00200000 */ +CONFIG_SYS_TEXT_BASE = 0xfe000000 +/*CONFIG_SYS_TEXT_BASE  = 0x00200000 */ |