mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
kirby: Add kirby support to util/flash_ec.
This allows stm32mon built in kirby build directory to be used to flash EC. BUG=chrome-os-partner:21964 TEST=util/flash_ec --board=kirby --image=build/kirby/ec.bin BRANCH=None Change-Id: I38ab6de0e129996010974c8766e1f84f4e8eb3a7 Signed-off-by: Jeremy Thorpe <jeremyt@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/66005 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
@@ -222,7 +222,7 @@ fi
|
||||
save="$(servo_save)"
|
||||
|
||||
case "${BOARD}" in
|
||||
puppy | daisy | snow | spring | pit ) flash_daisy ;;
|
||||
puppy | daisy | snow | spring | pit | kirby ) flash_daisy ;;
|
||||
link ) flash_link ;;
|
||||
slippy | falco | peppy ) flash_slippy ;;
|
||||
*) die "board ${BOARD} not supported" ;;
|
||||
|
||||
Reference in New Issue
Block a user