s5pc110: aquila: set correct relocation address
authorKyungmin Park <kyungmin.park@samsung.com>
Sat, 26 Dec 2009 04:26:21 +0000 (13:26 +0900)
committerKyungmin Park <kyungmin.park@samsung.com>
Sat, 26 Dec 2009 04:26:21 +0000 (13:26 +0900)
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
onenand_ipl/board/samsung/universal/Makefile

index 1c34a8e..0b3167a 100644 (file)
 
 include $(TOPDIR)/config.mk
 # S5PC100 loads at 0x34000
-# S5PC110 loads at 0x30000
+# S5PC110 loads at 0x30000 (EVT0)
+# S5PC110 loads at 0x20010 (EVT1)
 # Now it uses the S5PC100 as default
 # If you use the S5PC110, the load address is relocated at start.S
 # XXX Never set it S5PC110 it don't relocate it
-TEXT_BASE    = 0xD0034000
-TEXT_BASE2K  = 0xD0034800
-TEXT_BASE4K  = 0xD0035000
-TEXT_BASE16K = 0xD0038000
-TEXT_BASE16K1= 0xD0037ff0
+TEXT_BASE              = 0xD0034000
+TEXT_BASE16K_EVT0      = 0xD0038000
+TEXT_BASE_EVT1         = 0xD0020010
+TEXT_BASE16K_EVT1      = 0xD0024000
 
 LDSCRIPT= $(TOPDIR)/onenand_ipl/board/$(BOARDDIR)/u-boot-onenand.lds
 LDFLAGS        = -Bstatic -T $(LDSCRIPT) -Ttext $(TEXT_BASE) $(PLATFORM_LDFLAGS)