merge config/ and resources/

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-09-04 02:36:41 +01:00
parent a05010503f
commit da3c9bb3c5
336 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -30,13 +30,13 @@ set -u -e
read projectname < projectname
cfgsdir="resources/coreboot"
cfgsdir="config/coreboot"
blobs_required=""
board=""
ubdir=""
kmapdir="resources/grub/keymap"
kmapdir="config/grub/keymap"
displaymodes=""
payloads=""
keyboard_layouts=""
@@ -370,7 +370,7 @@ build_grub_roms() {
# TODO: don't hardcode this. do it in target.cfg
backgroundfile="background1024x768.png"
fi
backgroundfile="resources/grub/background/${backgroundfile}"
backgroundfile="config/grub/background/${backgroundfile}"
"${cbfstool}" "${tmprompath}" add -f ${backgroundfile} \
-n background.png -t raw || \
err "build_grub_roms: cannot add background.png to tmprom"