From 42068f7ce11b88e13b4bf3f2d2290bc4d16d60b7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 12 Oct 2023 23:12:17 +0100 Subject: 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 --- script/update/project/trees | 7 ------- 1 file changed, 7 deletions(-) (limited to 'script/update/project') 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 } -- cgit v1.2.1