global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[platform/kernel/u-boot.git] / include / configs / stm32h743-disco.h
index c43b0d8..67e6a3a 100644 (file)
 #include <linux/sizes.h>
 
 /* For booting Linux, use the first 16MB of memory */
-#define CONFIG_SYS_BOOTMAPSZ           SZ_16M
+#define CFG_SYS_BOOTMAPSZ              SZ_16M
 
-#define CONFIG_SYS_FLASH_BASE          0x08000000
-#define CONFIG_SYS_INIT_SP_ADDR                0x24040000
+#define CFG_SYS_FLASH_BASE             0x08000000
 
-#define CONFIG_SYS_HZ_CLOCK            1000000
-
-#define CONFIG_SYS_MAXARGS             16
+#define CFG_SYS_HZ_CLOCK               1000000
 
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 0)