diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-12 15:06:25 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-12 15:06:25 +0100 |
commit | 308a9ab1e17e3c3fd5acbbe95d7f2c598344870b (patch) | |
tree | 72759057f43cae2dcb178f32fdca711f6ee7c2fa | |
parent | 40163dcfa4e29d9ce15f5537d03a2ae3b657cdf8 (diff) |
mrc.sh: minor cleanup
group the cbfs command to the extract command, since they
are related. this makes it clearer that the following
command to extract refcode is unrelated.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/mrc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mrc.sh b/include/mrc.sh index 55cc6a76..70c3bd3c 100644 --- a/include/mrc.sh +++ b/include/mrc.sh @@ -9,7 +9,6 @@ eval "`setvars "" MRC_url MRC_url_bkup MRC_hash MRC_board SHELLBALL`" extract_mrc() { extract_shellball - x_ "$cbfstool" "$appdir/"bios.bin extract -n mrc.bin \ -f "$_dest" -r RO_SECTION |