diff options
Diffstat (limited to 'board/armltd')
| -rw-r--r-- | board/armltd/integrator/config.mk | 2 | ||||
| -rw-r--r-- | board/armltd/versatile/config.mk | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/board/armltd/integrator/config.mk b/board/armltd/integrator/config.mk index 25b79b3e7..8b57af1c5 100644 --- a/board/armltd/integrator/config.mk +++ b/board/armltd/integrator/config.mk @@ -2,4 +2,4 @@  # image should be loaded at 0x01000000  # -TEXT_BASE = 0x01000000 +CONFIG_SYS_TEXT_BASE = 0x01000000 diff --git a/board/armltd/versatile/config.mk b/board/armltd/versatile/config.mk index 25b79b3e7..8b57af1c5 100644 --- a/board/armltd/versatile/config.mk +++ b/board/armltd/versatile/config.mk @@ -2,4 +2,4 @@  # image should be loaded at 0x01000000  # -TEXT_BASE = 0x01000000 +CONFIG_SYS_TEXT_BASE = 0x01000000 |