global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR
[platform/kernel/u-boot.git] / include / configs / mx7_common.h
index bd779ae..8af1338 100644 (file)
@@ -28,7 +28,7 @@
 /* Enable iomux-lpsr support */
 #define CONFIG_IOMUX_LPSR
 
-#define CONFIG_LOADADDR                 0x80800000
+#define CONFIG_SYS_LOAD_ADDR           0x80800000
 
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_CBSIZE              512
@@ -41,7 +41,7 @@
 #define CONFIG_ARMV7_SECURE_BASE       0x00900000
 
 #ifdef CONFIG_SPL_BUILD
-#define CONFIG_SPL_DRIVERS_MISC_SUPPORT
+#define CONFIG_SPL_DRIVERS_MISC
 #endif
 
 /*