imx6/imx7: Remove now empty imx6_spl.h and imx7_spl.h
[platform/kernel/u-boot.git] / include / configs / sdm845.h
index c77d0ac..af5fe27 100644 (file)
 #include <linux/sizes.h>
 #include <asm/arch/sysmap-sdm845.h>
 
-#define CONFIG_SYS_LOAD_ADDR   0x80000000
 #define CONFIG_SYS_BAUDRATE_TABLE      { 115200, 230400, 460800, 921600 }
 
-/* Generic Timer Definitions */
-#define COUNTER_FREQUENCY      19000000
-
-#define EXTRA_ENV_SETTINGS \
-
 #define CONFIG_EXTRA_ENV_SETTINGS \
-       "loadaddr=0x80000000\0"
+       "bootm_size=0x4000000\0"        \
+       "bootm_low=0x80000000\0"        \
+       "stdout=vidconsole\0"   \
+       "stderr=vidconsole\0"   \
+       "preboot=source $prevbl_initrd_start_addr:prebootscript\0" \
+       "bootcmd=source $prevbl_initrd_start_addr:bootscript\0"
 
 /* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN   (CONFIG_ENV_SIZE + SZ_8M)
-#define CONFIG_SYS_BOOTM_LEN   SZ_64M
-
-/* Monitor Command Prompt */
-#define CONFIG_SYS_CBSIZE      512
-#define CONFIG_SYS_MAXARGS     64
 
 #endif