]> git.sur5r.net Git - u-boot/blobdiff - include/configs/omap3_igep00x0.h
board/BuR: rename tseries board to brppt1
[u-boot] / include / configs / omap3_igep00x0.h
index 5da50a50948a43b4e17453340ed5f9d157da7d66..9bd891586cd86e6b8596535fea995c5a03fae6db 100644 (file)
 #include <configs/ti_omap3_common.h>
 #include <asm/mach-types.h>
 
+/* SRAM starts at 0x40200000 and ends at 0x4020FFFF (64KB) */
+#undef CONFIG_SPL_MAX_SIZE
+#undef CONFIG_SPL_TEXT_BASE
+
+#define CONFIG_SPL_MAX_SIZE            (SRAM_SCRATCH_SPACE_ADDR - CONFIG_SPL_TEXT_BASE)
+#define CONFIG_SPL_TEXT_BASE           0x40200000
+
 /*
  * Display CPU and Board information
  */