Convert CONFIG_SPL_BSS_START_ADDR to Kconfig
[platform/kernel/u-boot.git] / include / configs / sniper.h
index 7c563b7..9f17cd6 100644 (file)
@@ -16,7 +16,6 @@
  */
 
 #define CONFIG_SYS_TIMERBASE   OMAP34XX_GPT2
-#define CONFIG_SYS_PTV         2
 
 #define V_NS16550_CLK          48000000
 #define V_OSCK                 26000000
@@ -34,8 +33,6 @@
  */
 
 #define CONFIG_SYS_SDRAM_BASE          0x80000000
-#define CONFIG_SYS_INIT_SP_ADDR                (NON_SECURE_SRAM_END - \
-                                        GENERATED_GBL_DATA_SIZE)
 
 /*
  * I2C
  * SPL
  */
 
-#define CONFIG_SPL_MAX_SIZE            (SRAM_SCRATCH_SPACE_ADDR - \
-                                        CONFIG_SPL_TEXT_BASE)
-#define CONFIG_SPL_BSS_START_ADDR      0x80000000
-#define CONFIG_SPL_BSS_MAX_SIZE                (512 * 1024)
 #define CONFIG_SYS_SPL_MALLOC_START    0x80208000
 #define CONFIG_SYS_SPL_MALLOC_SIZE     (1024 * 1024)
-#define CONFIG_SPL_STACK               LOW_LEVEL_SRAM_STACK
-
-#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME                        "u-boot.img"
-
-#define CONFIG_SYS_CBSIZE      512
 
 /*
  * Serial
  * Boot
  */
 
-#define CONFIG_BOOTCOMMAND \
-       "setenv boot_mmc_part ${kernel_mmc_part}; " \
-       "if test reboot-${reboot-mode} = reboot-r; then " \
-       "echo recovery; setenv boot_mmc_part ${recovery_mmc_part}; fi; " \
-       "if test reboot-${reboot-mode} = reboot-b; then " \
-       "echo fastboot; fastboot 0; fi; " \
-       "part start mmc ${boot_mmc_dev} ${boot_mmc_part} boot_mmc_start; " \
-       "part size mmc ${boot_mmc_dev} ${boot_mmc_part} boot_mmc_size; " \
-       "mmc dev ${boot_mmc_dev}; " \
-       "mmc read ${kernel_addr_r} ${boot_mmc_start} ${boot_mmc_size} && " \
-       "bootm ${kernel_addr_r};"
-
 #endif