global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / include / configs / librem5.h
index a83363e..dbd7d10 100644 (file)
@@ -25,7 +25,7 @@
 
 #endif /* CONFIG_SPL_BUILD*/
 
-#define CONFIG_SYS_FSL_USDHC_NUM       2
+#define CFG_SYS_FSL_USDHC_NUM  2
 
 #define CONFIG_USBD_HS
 
@@ -88,6 +88,6 @@
 
 /* Monitor Command Prompt */
 
-#define CONFIG_SYS_FSL_ESDHC_ADDR       0
+#define CFG_SYS_FSL_ESDHC_ADDR       0
 
 #endif