]> Git Repo - u-boot.git/blobdiff - arch/arm/include/asm/arch-sunxi/mmc.h
mmc: sunxi: Replace H6 ifdefs with H6 gen macro
[u-boot.git] / arch / arm / include / asm / arch-sunxi / mmc.h
index f2deafddd20203e30dfb91d2ba050b2f0bc0ac08..340e25b04d2a488c614180165026f1fb795b664d 100644 (file)
@@ -45,7 +45,7 @@ struct sunxi_mmc {
        u32 chda;               /* 0x90 */
        u32 cbda;               /* 0x94 */
        u32 res2[26];
-#if defined(CONFIG_SUNXI_GEN_SUN6I) || defined(CONFIG_MACH_SUN50I_H6)
+#if defined(CONFIG_SUNXI_GEN_SUN6I) || defined(CONFIG_SUN50I_GEN_H6)
        u32 res3[17];
        u32 samp_dl;
        u32 res4[46];
This page took 0.025813 seconds and 4 git commands to generate.