Explorar el Código

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>
Wolfgang Denk hace 15 años
padre
commit
3adfd1143b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      board/socrates/config.mk

+ 1 - 1
board/socrates/config.mk

@@ -26,4 +26,4 @@
 # socrates board
 # default CCARBAR is at 0xff700000
 #
-TEXT_BASE = 0xfffa0000
+TEXT_BASE = 0xfff80000