Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[oweals/u-boot.git] / scripts / build-whitelist.sh
index 7d8160d5f26e83ff5292e21b36e458c13fbbcc0a..6feb9b67cf59ee068e32cb93d41af290c370f44a 100755 (executable)
@@ -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
 #