diff options
Diffstat (limited to 'board/sbc8548/config.mk')
-rw-r--r-- | board/sbc8548/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sbc8548/config.mk b/board/sbc8548/config.mk index b2013d66791..df6f92c8ab9 100644 --- a/board/sbc8548/config.mk +++ b/board/sbc8548/config.mk @@ -23,6 +23,6 @@ # # sbc8548 board # -ifndef TEXT_BASE -TEXT_BASE = 0xfffa0000 +ifndef CONFIG_SYS_TEXT_BASE +CONFIG_SYS_TEXT_BASE = 0xfffa0000 endif |