File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ rm -rf "${BUILD}"
31
31
mkdir -p " ${BUILD} "
32
32
33
33
UEFIPAYLOAD=" ${BUILD} /UEFIPAYLOAD.fd"
34
- COREBOOT=" ${BUILD} /firmware.rom"
35
34
EDK2_ARGS=(
36
35
-D SHELL_TYPE=NONE
37
36
-D SOURCE_DEBUG_ENABLE=FALSE
@@ -79,7 +78,7 @@ FIRMWARE_OPEN_UEFIPAYLOAD="${UEFIPAYLOAD}" \
79
78
KERNELVERSION=" ${VERSION} " \
80
79
./scripts/_build/coreboot.sh \
81
80
" ${MODEL_DIR} /coreboot.config" \
82
- " ${COREBOOT} "
81
+ " ${BUILD} /firmware.rom "
83
82
84
83
# Rebuild EC firmware for System76 EC models
85
84
if [ ! -e " ${MODEL_DIR} /ec.rom" ] && [ -e " ${MODEL_DIR} /ec.config" ]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ cp -v "apps/firmware-update/build/x86_64-unknown-uefi/boot.img" "${USB}.partial"
39
39
40
40
# Copy firmware to USB image
41
41
mmd -i " ${USB} .partial@@1M" " ::${BASEDIR} /firmware"
42
- mcopy -v -i " ${USB} .partial@@1M" " ${COREBOOT} " " ::${BASEDIR} /firmware/firmware.rom"
42
+ mcopy -v -i " ${USB} .partial@@1M" " ${BUILD} /firmware.rom " " ::${BASEDIR} /firmware/firmware.rom"
43
43
if [ -e " ${BUILD} /ec.rom" ]; then
44
44
mcopy -v -i " ${USB} .partial@@1M" " ${BUILD} /ec.rom" " ::${BASEDIR} /firmware/ec.rom"
45
45
elif [ -e " ${MODEL_DIR} /ec.rom" ]; then
You can’t perform that action at this time.
0 commit comments