mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:06:26 +02:00
Revert "build/boot/roms mkUBootRoms: initialise variables"
This reverts commit 7c90a4077f.
causes another build bug. i'm helping someone with the bug now,
i think the workaround for now would be to just use bash, on
this script. until i can figure something better out.
This commit is contained in:
@@ -487,9 +487,6 @@ mkUbootRom() {
|
|||||||
target_uboot_config="${3}"
|
target_uboot_config="${3}"
|
||||||
cbfstool_path="${4}"
|
cbfstool_path="${4}"
|
||||||
|
|
||||||
target_ubootelf=""
|
|
||||||
target_ubdir=""
|
|
||||||
|
|
||||||
if [ "${target_uboot_config}" = "default" ]; then
|
if [ "${target_uboot_config}" = "default" ]; then
|
||||||
target_ubdir="payload/u-boot/${board}"
|
target_ubdir="payload/u-boot/${board}"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user