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:
Will Drewry 2010-07-03 19:09:09 -07:00
parent 82780e5c37
commit ce2caf47e4

View File

@ -193,8 +193,8 @@ elif [[ "${FLAGS_arch}" = "arm" ]]; then
warn "FIXME: cannot replace root= here for the arm bootloader yet." 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 dm_table="" # TODO(wad) Clear it until we can fix root=/dev/dm-0
local device=1 device=1
local MBR_SCRIPT_UIMG=$(make_arm_mbr \ MBR_SCRIPT_UIMG=$(make_arm_mbr \
${FLAGS_kernel_partition_offset} \ ${FLAGS_kernel_partition_offset} \
${FLAGS_kernel_partition_sectors} \ ${FLAGS_kernel_partition_sectors} \
${device} \ ${device} \