Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / sdm845.h
index ba57323..f7cdd5a 100644 (file)
 #include <linux/sizes.h>
 #include <asm/arch/sysmap-sdm845.h>
 
-#define CONFIG_SYS_BAUDRATE_TABLE      { 115200, 230400, 460800, 921600 }
-
-/* Generic Timer Definitions */
-#define COUNTER_FREQUENCY      19000000
+#define CFG_SYS_BAUDRATE_TABLE { 115200, 230400, 460800, 921600 }
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x4000000\0"        \
        "bootcmd=source $prevbl_initrd_start_addr:bootscript\0"
 
 /* Size of malloc() pool */
-#define CONFIG_SYS_BOOTM_LEN   SZ_64M
-
-/* Monitor Command Prompt */
-#define CONFIG_SYS_CBSIZE      512
-#define CONFIG_SYS_MAXARGS     64
 
 #endif