diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-11-13 19:54:08 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-28 15:10:29 -0500 |
commit | 4c6a43de5a584e2496f78e252a83b0f7ec9bcfc8 (patch) | |
tree | b04293581bcc4258446429ac64299f9f481ce777 /configs/Mele_M5_defconfig | |
parent | ae042beb746fafbd499dbe6093c357a4d94a4aba (diff) | |
download | u-boot-4c6a43de5a584e2496f78e252a83b0f7ec9bcfc8.tar.gz u-boot-4c6a43de5a584e2496f78e252a83b0f7ec9bcfc8.tar.xz u-boot-4c6a43de5a584e2496f78e252a83b0f7ec9bcfc8.zip |
sunxi: Mele_M5_defconfig: Drop non existing STATUSLED setting
And also remove it from scripts/config_whitelist.txt as the
Mele_M5_defconfig was the only one defining it.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/Mele_M5_defconfig')
-rw-r--r-- | configs/Mele_M5_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/Mele_M5_defconfig b/configs/Mele_M5_defconfig index fffc332a72..09addc569f 100644 --- a/configs/Mele_M5_defconfig +++ b/configs/Mele_M5_defconfig @@ -9,7 +9,7 @@ CONFIG_VIDEO_COMPOSITE=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-m5" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_AHCI=y -CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,STATUSLED=234" +CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC" CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set |