diff options
Diffstat (limited to 'script/update/project/trees')
-rwxr-xr-x | script/update/project/trees | 7 |
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 } |