summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Campbell <leecam@google.com>2015-11-03 13:24:15 -0800
committerBruce Beare <bruce.j.beare@intel.com>2015-11-03 23:10:32 -0800
commite43921a3f31b43d8cb39ebed7b7cc4d471902f5f (patch)
tree5346ae9ce04a3dd4c19652d274bf13b89f40b005
parent9951f1c5b1dc0a0fe7641fd8c77fab887dfb8f85 (diff)
downloadedison-e43921a3f31b43d8cb39ebed7b7cc4d471902f5f.tar.gz
edison: change flash script to use u-boot in /vendorbrillo-m7-dev
Change-Id: Ice999146133f3045fd0994c7ad4baf3bcd7abc0b
-rwxr-xr-xflash_tools/brillo-flashall-edison.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash_tools/brillo-flashall-edison.sh b/flash_tools/brillo-flashall-edison.sh
index 693bfd2..231abce 100755
--- a/flash_tools/brillo-flashall-edison.sh
+++ b/flash_tools/brillo-flashall-edison.sh
@@ -30,7 +30,7 @@ _EDISON_IMG_DIR=$(dir_with_file boot.img \
# Location of binary blobs supplied by the vendor.
_EDISON_UBOOT_DIR=$(dir_with_file u-boot-edison.bin \
"${LOCAL_DIR}" \
- "${ANDROID_BUILD_TOP}/device/intel/edison/uboot_firmware")
+ "${ANDROID_BUILD_TOP}/vendor/bsp/intel/edison/uboot_firmware")
fastboot flash gpt "${_EDISON_IMG_DIR}"/gpt.bin \
flash u-boot "${_EDISON_UBOOT_DIR}"/u-boot-edison.bin \