diff options
Diffstat (limited to 'board/stx')
| -rw-r--r-- | board/stx/stxgp3/config.mk | 2 | ||||
| -rw-r--r-- | board/stx/stxssa/config.mk | 2 | ||||
| -rw-r--r-- | board/stx/stxxtc/config.mk | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/board/stx/stxgp3/config.mk b/board/stx/stxgp3/config.mk index 47e44aa08..4921ddc50 100644 --- a/board/stx/stxgp3/config.mk +++ b/board/stx/stxgp3/config.mk @@ -26,4 +26,4 @@  # default CCARBAR is at 0xff700000  # assume U-Boot is less than 0.5MB  # -TEXT_BASE = 0xfff80000 +CONFIG_SYS_TEXT_BASE = 0xfff80000 diff --git a/board/stx/stxssa/config.mk b/board/stx/stxssa/config.mk index 57fe5d621..b69ff6a81 100644 --- a/board/stx/stxssa/config.mk +++ b/board/stx/stxssa/config.mk @@ -27,4 +27,4 @@  # U-Boot is less than 256K, so push  # it further up into the flash  # -TEXT_BASE = 0xFFFC0000 +CONFIG_SYS_TEXT_BASE = 0xFFFC0000 diff --git a/board/stx/stxxtc/config.mk b/board/stx/stxxtc/config.mk index f5dc03425..d7c8b02c8 100644 --- a/board/stx/stxxtc/config.mk +++ b/board/stx/stxxtc/config.mk @@ -25,4 +25,4 @@  # STx XTc  # -TEXT_BASE = 0x40F00000 +CONFIG_SYS_TEXT_BASE = 0x40F00000 |