diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-14 21:46:44 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-14 21:46:44 +0100 |
commit | a8d0777da16cd45248473f5b00f4b8ec120fa4e9 (patch) | |
tree | 94859154b20ff1b908624560b5a3c78d9339c707 /include/mrc.sh | |
parent | 77d33721f3a6a8c4d6b75357c2d31f0f29bf7c55 (diff) | |
parent | 46f42291d3c1e9a3e5b34b6bd727f94cd512bc64 (diff) |
Merge branch 'master' into 25.06_branch
Diffstat (limited to 'include/mrc.sh')
-rw-r--r-- | include/mrc.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mrc.sh b/include/mrc.sh index 3b3089fc..70c3bd3c 100644 --- a/include/mrc.sh +++ b/include/mrc.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only # Logic based on util/chromeos/crosfirmware.sh in coreboot cfc26ce278. -# Modifications in this version are Copyright 2021, 2023 and 2024 Leah Rowe. +# Modifications in this version are Copyright 2021,2023-2025 Leah Rowe. # Original copyright detailed in repo: https://review.coreboot.org/coreboot/ eval "`setvars "" MRC_url MRC_url_bkup MRC_hash MRC_board SHELLBALL`" @@ -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 |