]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/top9000.h
AT91: fix TOP9000 build problem and change CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / include / configs / top9000.h
index ff3933b19c9b03578d948e0d78f070d1d5aa8b5d..0b23a5d6fdf73bbf31c470d0001a02c7d28dd8f2 100644 (file)
@@ -40,9 +40,9 @@
 
 /*
  * Warning: changing CONFIG_SYS_TEXT_BASE requires
- * adapting the initial boot program
+ * adapting the initial boot program.
  */
-#define CONFIG_SYS_TEXT_BASE           0x21f00000      /* 31 MB into RAM */
+#define CONFIG_SYS_TEXT_BASE           0x20000000      /* start of SDRAM */
 
 /* Command line configuration */
 #include <config_cmd_default.h>