initial try to make DSM G-600 support
[u-boot.git] / board / sandpoint / config.mk
index b3f65eb..e16d7bc 100644 (file)
 # Sandpoint boards
 #
 
-#TEXT_BASE = 0x00090000
-TEXT_BASE = 0xFFF00000
+ifndef TEXT_BASE
+# For flash image - all models
+#TEXT_BASE = 0xFFF00000
+# For RAM image
+TEXT_BASE = 0x01F00000
+endif
 
 PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)