X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsun8i.h;h=cd3375889e38bc930f30191efd3bc7f72fbe2a4c;hb=f76eba38b3eda905ff3bdc18dd1240d3dcbc6e5a;hp=7111c635c152d06c9684eecb5e1fc94d427fd3cc;hpb=d0f4200392515194bf67213165be906e5b9e5748;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index 7111c63..cd33758 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -20,6 +20,12 @@ #define CONFIG_SUNXI_USB_PHYS 2 +#if defined(CONFIG_MACH_SUN8I_A23) +#define CONFIG_NAND_SUNXI_GPC_PORTS {16, 17, 18} +#elif defined(CONFIG_MACH_SUN8I_A33) +#define CONFIG_NAND_SUNXI_GPC_PORTS {16} +#endif + /* * Include common sunxi configuration where most the settings are */