summaryrefslogtreecommitdiff
path: root/script/update
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-12 23:12:17 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-12 23:31:06 +0100
commit42068f7ce11b88e13b4bf3f2d2290bc4d16d60b7 (patch)
tree1804ff10c43129667300b9f030e7266bea89c8d2 /script/update
parent09881212c3ce8938156ac779463d8859dcddff6b (diff)
coreboot/default bump: rev d862695f5f, 12 Oct 2023
Riku's mSATA patch for HP8300USDT was merged upstream, so the patch has been dropped from lbmk because it is contained within this new coreboot revision. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/update')
-rwxr-xr-xscript/update/project/trees7
1 files changed, 0 insertions, 7 deletions
diff --git a/script/update/project/trees b/script/update/project/trees
index 8d0a441a..6a31d8d0 100755
--- a/script/update/project/trees
+++ b/script/update/project/trees
@@ -90,13 +90,6 @@ build_targets()
[ $# -gt 0 ] && targets=$@
[ -z "${mode}" ] && x_ mkdir -p "${elfdir}/"
- if [ "${project}" = "coreboot" ]; then
- printf "DO NOT flash coreboot images under elf/. Use ROMs"
- printf "under bin/. The elf/ ones DO NOT contain payloads"
- printf "will brick your machine.\n" > \
- "${elfdir}/WARNING.txt" || :
- fi
-
handle_targets
}