From 6bbddfbfb85ed31b2b821ef1cb3077faf8d1dc44 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 13 Aug 2012 11:57:20 -0400 Subject: [PATCH] drop get_default_board usage The common code will set up DEFAULT_BOARD for us automatically now. BUG=None TEST=`flash_ec --help` showed the right default board Change-Id: I02a009bba757c78fa5606debe567be6f6bc4f742 Signed-off-by: Mike Frysinger Reviewed-on: https://gerrit.chromium.org/gerrit/30261 Reviewed-by: Randall Spangler --- util/flash_ec | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/flash_ec b/util/flash_ec index 5375851e20..6449c68ff6 100755 --- a/util/flash_ec +++ b/util/flash_ec @@ -7,8 +7,6 @@ COMMON_SH=/usr/lib/crosutils/common.sh . "${COMMON_SH}" || exit 1 -get_default_board - # Flags DEFINE_string board "${DEFAULT_BOARD}" \ "The board to run debugger on."