]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv8/fsl-layerscape/spl.c
armv8: LS2080A: Consolidate LS2080A and LS2085A
[u-boot] / arch / arm / cpu / armv8 / fsl-layerscape / spl.c
index f434c443ed5176940645f5edf7ac8c0479d8eebe..c1229c88af135f8cb465123719e07b5d4a4b353c 100644 (file)
@@ -46,7 +46,7 @@ void board_init_f(ulong dummy)
 {
        /* Clear global data */
        memset((void *)gd, 0, sizeof(gd_t));
-#if defined(CONFIG_LS2080A) || defined(CONFIG_LS2085A)
+#ifdef CONFIG_LS2080A
        arch_cpu_init();
 #endif
 #ifdef CONFIG_FSL_IFC
@@ -54,7 +54,7 @@ void board_init_f(ulong dummy)
 #endif
        board_early_init_f();
        timer_init();
-#if defined(CONFIG_LS2080A) || defined(CONFIG_LS2085A)
+#ifdef CONFIG_LS2080A
        env_init();
 #endif
        get_clocks();