global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / ls102xa / fdt.c
index 83f9882..c01cebb 100644 (file)
@@ -92,7 +92,7 @@ void ft_cpu_setup(void *blob, struct bd_info *bd)
        int off;
        int val;
        const char *sysclk_path;
-       struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
+       struct ccsr_gur __iomem *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);
        unsigned int svr;
        svr = in_be32(&gur->svr);
 
@@ -105,7 +105,7 @@ void ft_cpu_setup(void *blob, struct bd_info *bd)
        else {
                ccsr_sec_t __iomem *sec;
 
-               sec = (void __iomem *)CONFIG_SYS_FSL_SEC_ADDR;
+               sec = (void __iomem *)CFG_SYS_FSL_SEC_ADDR;
                fdt_fixup_crypto_node(blob, sec_in32(&sec->secvid_ms));
        }
 #endif