Signed-off-by: Ian Campbell <[email protected]> --- include/configs/sunxi-common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 3f78f30..81ac6f7 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -16,8 +16,7 @@ /* * High Level Configuration Options */ -#define CONFIG_ALLWINNER /* It's a Allwinner chip */ -#define CONFIG_SUNXI /* which is sunxi family */ +#define CONFIG_SUNXI /* sunxi family */ #ifdef CONFIG_SPL_BUILD #ifndef CONFIG_SPL_FEL #define CONFIG_SYS_THUMB_BUILD /* Thumbs mode to save space in SPL */ -- 1.8.5.3 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
