[ngw100] u-boot loads at 0x10200000

This commit is contained in:
Travis Geiselbrecht
2010-04-25 13:53:12 -07:00
parent 7e9514af57
commit aaf19ef6b3

View File

@@ -8,6 +8,7 @@ OBJS += \
$(LOCAL_DIR)/init.o
MEMSIZE := 0x02000000 # 32MB
PROGBASE := 0x12000000 # u-boot loads us here
DEFINES += \
SDRAM_SIZE=$(MEMSIZE)