mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
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>
This commit is contained in:
@@ -9,7 +9,6 @@ eval "`setvars "" MRC_url MRC_url_bkup MRC_hash MRC_board SHELLBALL`"
|
|||||||
extract_mrc()
|
extract_mrc()
|
||||||
{
|
{
|
||||||
extract_shellball
|
extract_shellball
|
||||||
|
|
||||||
x_ "$cbfstool" "$appdir/"bios.bin extract -n mrc.bin \
|
x_ "$cbfstool" "$appdir/"bios.bin extract -n mrc.bin \
|
||||||
-f "$_dest" -r RO_SECTION
|
-f "$_dest" -r RO_SECTION
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user