summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/mrc.sh2
-rwxr-xr-xinclude/vendor.sh4
2 files changed, 0 insertions, 6 deletions
diff --git a/include/mrc.sh b/include/mrc.sh
index 901a3c3b..eb85e473 100755
--- a/include/mrc.sh
+++ b/include/mrc.sh
@@ -8,8 +8,6 @@ eval "$(setvars "" MRC_url MRC_url_bkup MRC_hash MRC_board SHELLBALL)"
extract_ref()
{
- # refcode needed on broadwell, but not needed on haswell
-
# we check mrc twice, because each check only verifies one file,
# but refcode is downloaded alongside mrc. in cases where lbmk
# erred, downloading only mrc, we must ensure downloading refcode
diff --git a/include/vendor.sh b/include/vendor.sh
index a987c4aa..1904de8e 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -96,10 +96,6 @@ download_vendorfiles()
"$E6400_VGA_DL_hash" "$CONFIG_VGA_BIOS_FILE"
[ -z "${CONFIG_HAVE_MRC}" ] && return 0
fetch "mrc" "$MRC_url" "$MRC_url_bkup" "$MRC_hash" "$CONFIG_MRC_FILE"
-
- # in case only mrc downloaded before, in a pair of mrc/refcode:
- [ -n "$CONFIG_REFCODE_BLOB_FILE" ] && fetch "ref" "$MRC_url" \
- "$MRC_url_bkup" "$MRC_hash" "$CONFIG_REFCODE_BLOB_FILE"; return 0
}
fetch()