mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
socrates: adjust TEXT_BASE to increase U-Boot image size
We need more room for the U-Boot image. Shift TEXT_BASE as needed. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
fe64fd4238
commit
3adfd1143b
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@
|
||||||
# socrates board
|
# socrates board
|
||||||
# default CCARBAR is at 0xff700000
|
# default CCARBAR is at 0xff700000
|
||||||
#
|
#
|
||||||
TEXT_BASE = 0xfffa0000
|
TEXT_BASE = 0xfff80000
|
||||||
|
|
Loading…
Reference in a new issue