diff options
author | Leah Rowe <leah@libreboot.org> | 2023-07-17 08:59:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-07-17 08:59:48 +0100 |
commit | 44bd077aff02ae67d6a04e98def1db7885aa942f (patch) | |
tree | c7a41009f4d830f7bca5fc59532aa7b7f7ec0a5a /resources/scripts | |
parent | 7c90a4077fa1038394e3d470268ea6e509c2d734 (diff) |
Revert "build/boot/roms mkUBootRoms: initialise variables"
This reverts commit 7c90a4077fa1038394e3d470268ea6e509c2d734.
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.
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/build/boot/roms_helper | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper index 48ba85ea..8e1655a5 100755 --- a/resources/scripts/build/boot/roms_helper +++ b/resources/scripts/build/boot/roms_helper @@ -487,9 +487,6 @@ mkUbootRom() { target_uboot_config="${3}" cbfstool_path="${4}" - target_ubootelf="" - target_ubdir="" - if [ "${target_uboot_config}" = "default" ]; then target_ubdir="payload/u-boot/${board}" else |