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 <vapier@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/30261
Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
Mike Frysinger
2012-08-13 11:57:20 -04:00
committed by Gerrit
parent dc4ee57307
commit 6bbddfbfb8

View File

@@ -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."