summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xopenpower/scripts/firmware-whitelist9
1 files changed, 1 insertions, 8 deletions
diff --git a/openpower/scripts/firmware-whitelist b/openpower/scripts/firmware-whitelist
index 4eabb786..9a5189aa 100755
--- a/openpower/scripts/firmware-whitelist
+++ b/openpower/scripts/firmware-whitelist
@@ -4,14 +4,7 @@
# A whitelist of entire directories or specific binary files. The trailing
# slash is required.
-whitelist=( 'acenic/'
- 'bnx2/'
- 'bnx2x/bnx2x-e2-7.13.1.0.fw'
- 'cxgb4/t4fw-1.16.63.0.bin'
- 'cxgb4/t4fw.bin'
- 'cxgb3/'
- 'qed/qed_init_values_zipped-8.37.2.0.bin'
- 'ql2500_fw.bin')
+whitelist=()
if [ -z "${TARGET_DIR}" ] ; then
echo "TARGET_DIR not defined, setting to $1"
OpenPOWER on IntegriCloud