summaryrefslogtreecommitdiffstats
path: root/openpower/scripts
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-08-20 16:03:25 +0930
committerJoel Stanley <joel@jms.id.au>2018-08-22 11:23:23 +0930
commitcb133c300252ad01bdcf2322fa7db258e9a98d39 (patch)
treea111c3747691875e951a5c6fb11d13e8c580c20b /openpower/scripts
parentf2955fb98c4a46f54c6324dfb31ed2fe9bc9be58 (diff)
downloadblackbird-op-build-cb133c300252ad01bdcf2322fa7db258e9a98d39.tar.gz
blackbird-op-build-cb133c300252ad01bdcf2322fa7db258e9a98d39.zip
firmware-whitelist: Drop e100 from whitelist
We disabled the e100 driver in the kernel configuration back in op-build v1.22 with 3d17c64a1522 ("linux: config: Remove Intel E1000e and E100"). Remove the firmware from the whitelist as there's no chance anyone is using it. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'openpower/scripts')
-rwxr-xr-xopenpower/scripts/firmware-whitelist1
1 files changed, 0 insertions, 1 deletions
diff --git a/openpower/scripts/firmware-whitelist b/openpower/scripts/firmware-whitelist
index cd217b96..6d1b8353 100755
--- a/openpower/scripts/firmware-whitelist
+++ b/openpower/scripts/firmware-whitelist
@@ -10,7 +10,6 @@ whitelist=( 'acenic/'
'cxgb4/t4fw-1.16.63.0.bin'
'cxgb4/t4fw.bin'
'cxgb3/'
- 'e100/'
'ql2500_fw.bin')
if [ -z "${TARGET_DIR}" ] ; then
OpenPOWER on IntegriCloud