Explorar o código

Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
Both work. 0xFF000000 seems more reasonable.

roy zang %!s(int64=18) %!d(string=hai) anos
pai
achega
99c09c4dec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      board/mpc7448hpc2/config.mk

+ 1 - 1
board/mpc7448hpc2/config.mk

@@ -21,7 +21,7 @@
 #
 
 # Flash address
-TEXT_BASE = 0xFFF00000
+TEXT_BASE = 0xFF000000
 # RAM address
 #TEXT_BASE = 0x00400000