diff options
author | Jagan Teki <jteki@openedev.com> | 2016-10-13 14:19:35 +0530 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-10-30 11:38:04 +0100 |
commit | aec9a0f19f64f83090198966aeb4f91702ae3c33 (patch) | |
tree | 3252f47fc72b21ec65efb9890d3b9b55c9496808 /scripts | |
parent | 4d6afd69babafbf6580cb04dacd9479df03a5de0 (diff) | |
download | u-boot-imx-aec9a0f19f64f83090198966aeb4f91702ae3c33.zip u-boot-imx-aec9a0f19f64f83090198966aeb4f91702ae3c33.tar.gz u-boot-imx-aec9a0f19f64f83090198966aeb4f91702ae3c33.tar.bz2 |
sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI
CONFIG_SUNXI -> CONFIG_ARCH_SUNXI
and removed CONFIG_SUNIX from config_whitelist.txt
Cc: Simon Glass <sjg@chromium.org>
Cc: Ian Campbell <ijc@hellion.org.uk>
Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.spl | 2 | ||||
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index e8cf9f3..e0b0117 100644 --- a/scripts/Makefile.spl +++ b/scripts/Makefile.spl @@ -166,7 +166,7 @@ ifdef CONFIG_ARCH_SOCFPGA ALL-y += $(obj)/$(SPL_BIN).sfp endif -ifdef CONFIG_SUNXI +ifdef CONFIG_ARCH_SUNXI ALL-y += $(obj)/sunxi-spl.bin endif diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 11b5a22..d476367 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4355,7 +4355,6 @@ CONFIG_STV0991_HZ CONFIG_STV0991_HZ_CLOCK CONFIG_ST_SMI CONFIG_SUN4 -CONFIG_SUNXI CONFIG_SUNXI_AHCI CONFIG_SUNXI_EMAC CONFIG_SUNXI_GMAC |