Add u-boot env editor to factory bundle

BUG=chrome-os-partner:4606
TEST=no

Change-Id: Ie3f60a33a1bef9513ec8da8a170697eecb752a68
Reviewed-on: http://gerrit.chromium.org/gerrit/4296
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Nick Sanders <nsanders@chromium.org>
This commit is contained in:
Nick Sanders 2011-07-19 01:48:57 -07:00
parent bb5f9a9b5e
commit fa28c16842

View File

@ -78,6 +78,7 @@ cp "${SYSROOT}/boot/vmlinux.uimg" "netboot"
if [ -r "${SYSROOT}/u-boot/legacy_image.bin" ]; then
echo "Copying netboot firmware legacy_image.bin"
cp "${SYSROOT}/u-boot/legacy_image.bin" "netboot"
cp "${GCLIENT_ROOT}/chroot/usr/bin/update_firmware_vars.py" "netboot"
else
echo "Skipping: ${SYSROOT}/u-boot/legacy_image.bin firmware not present?"
fi