]> git.sur5r.net Git - u-boot/blobdiff - include/configs/woodburn_sd.h
drivers: serial: remove nonexisting initialisation functions
[u-boot] / include / configs / woodburn_sd.h
index 8a78ae67bc18ee7b5a07de88a2bba2c0552e4f5b..acb5ea49a4b9d80f72327d3fe007be9a8c14407b 100644 (file)
 #include "woodburn_common.h"
 
 /* Set TEXT in RAM */
-#define CONFIG_SYS_TEXT_BASE   0x82000000
 
 /*
  * SPL
  */
-#define CONFIG_SPL_FRAMEWORK
-#define        CONFIG_SPL_LDSCRIPT     "arch/arm/cpu/arm1136/u-boot-spl.lds"
-#define        CONFIG_SPL_LIBGENERIC_SUPPORT
-#define CONFIG_SPL_LIBDISK_SUPPORT
-#define CONFIG_SPL_SERIAL_SUPPORT
-#define CONFIG_SPL_MMC_SUPPORT
-#define CONFIG_SPL_BOARD_INIT
-#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR        0x100 /* address 0x60000 */
-#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS     0x400 /* 512 KB */
 
 #define CONFIG_SPL_TEXT_BASE           0x10002300
 #define CONFIG_SPL_MAX_SIZE            (64 * 1024)     /* 8 KB for stack */