diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-09 20:21:58 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-09 20:21:58 +0100 |
commit | 6e521c2e1ea975133894ce7fc27702feed080547 (patch) | |
tree | a0dd5dcd492b956a00c6d2f25c4d82c220db1481 /include | |
parent | 23486abef3abafbe36b34ebac880f993804356f3 (diff) |
mrc.sh: fix outdated info in the comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/mrc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mrc.sh b/include/mrc.sh index a1dcb140..00fb8626 100644 --- a/include/mrc.sh +++ b/include/mrc.sh @@ -23,9 +23,9 @@ extract_refcode() [ $# -lt 1 ] && extract_shellball - # cbfstool changed the attributes scheme for stage files, - # incompatible with older versions before coreboot 4.14, - # so we need coreboot 4.13 cbfstool for certain refcode files + # cbfstool after coreboot 4.13 changed the stage file attribute scheme, + # and refcode is extracted from an image using the old scheme. we use + # cbfstool from coreboot 4.11_branch, the tree used by ASUS KGPE-D16 chkvars cbfstoolref mkdir -p "${_refdest%/*}" || err "ref: !mkdir -p ${_refdest%/*}" |