diff options
Diffstat (limited to 'board/sbc8560/config.mk')
-rw-r--r-- | board/sbc8560/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sbc8560/config.mk b/board/sbc8560/config.mk index 995dadaff4c..453019270e9 100644 --- a/board/sbc8560/config.mk +++ b/board/sbc8560/config.mk @@ -27,4 +27,4 @@ # default CCARBAR is at 0xff700000 # assume U-Boot is less than 256K # -TEXT_BASE = 0xfffc0000 +CONFIG_SYS_TEXT_BASE = 0xfffc0000 |