mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
TBR: fix up arm portion of update_bootloaders
Removed two errant locals in the arm section TEST=manual build_image on tegra1-dev-board BUG=none TBR=fes
This commit is contained in:
parent
82780e5c37
commit
ce2caf47e4
@ -193,8 +193,8 @@ elif [[ "${FLAGS_arch}" = "arm" ]]; then
|
||||
warn "FIXME: cannot replace root= here for the arm bootloader yet."
|
||||
dm_table="" # TODO(wad) Clear it until we can fix root=/dev/dm-0
|
||||
|
||||
local device=1
|
||||
local MBR_SCRIPT_UIMG=$(make_arm_mbr \
|
||||
device=1
|
||||
MBR_SCRIPT_UIMG=$(make_arm_mbr \
|
||||
${FLAGS_kernel_partition_offset} \
|
||||
${FLAGS_kernel_partition_sectors} \
|
||||
${device} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user