diff options
author | Dave Prue <dave@prue.com> | 2017-08-31 19:21:01 +0200 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-09-01 20:48:27 +0530 |
commit | 6ff005cf19363382fc867d7876a75fd8a386e894 (patch) | |
tree | b9a9e730f0548fd526093290558cc132ca8f141d /scripts/build-whitelist.sh | |
parent | 8a647fc3ca2a93e2b6c965999ac2e0316191a755 (diff) |
sunxi: Fix CONFIG_SUNXI_GMAC references
SUNXI_GMAC was still used to configure the code where as the
same has been renamed and moved to Kconfig in below commit
"sunxi: Move SUNXI_GMAC to Kconfig"
(sha1: 4d43d065db3262f9a9918ba72457bf36dfb8e0bb)
Signed-off-by: Dave Prue <dave@prue.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Tested-by: Mark Kettenis <kettenis@openbsd.org>
[Tweek commit message, config_whitelist.txt, build-whitelist.sh]
Signed-off-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'scripts/build-whitelist.sh')
-rwxr-xr-x | scripts/build-whitelist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-whitelist.sh b/scripts/build-whitelist.sh index 7d8160d5f2..6feb9b67cf 100755 --- a/scripts/build-whitelist.sh +++ b/scripts/build-whitelist.sh @@ -13,10 +13,10 @@ export LC_ALL=C LC_COLLATE=C # There are two independent greps. The first pulls out the component parts # of CONFIG_SYS_EXTRA_OPTIONS. An example is: # -# SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPB(8) +# SUN7I_GMAC,AHCI,SATAPWR=SUNXI_GPB(8) # # We want this to produce: -# CONFIG_SUNXI_GMAC +# CONFIG_SUN7I_GMAC # CONFIG_AHCI # CONFIG_SATAPWR # |