diff options
author | Kan Yan <kyan@google.com> | 2016-07-21 10:51:47 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-07-31 18:26:53 +0200 |
commit | 08492f70b79bbda54e6765949e7ee9aa98344b71 (patch) | |
tree | 32ab37aaecfabdc4eb42fb911eaee84ea4d1ea87 /src/soc/qualcomm/ipq40xx | |
parent | 5ae61d94e70971b67a84d4b3179eca616dd19089 (diff) |
google/gale: Change board ID definition.
Change EVT3 board id to 5.
BUG=chrome-os-partner:55320
TEST=None.
BRANCH=None
Change-Id: I020be47e1fdbf886c7c471d7fdcace1537875b6d
Signed-off-by: Martin Roth <martinroth@chromium.org>
Original-Commit-Id: 63bd6541055172765c31a9b1220a24d4e3604cdc
Original-Change-Id: I21a8764ff95892430944778f4898d2f1d4c97fd7
Original-Signed-off-by: Kan Yan <kyan@google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/362391
Original-Reviewed-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: https://review.coreboot.org/15949
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/qualcomm/ipq40xx')
-rw-r--r-- | src/soc/qualcomm/ipq40xx/include/soc/cdp.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/cdp.h b/src/soc/qualcomm/ipq40xx/include/soc/cdp.h index e5ea8288ca..1b21273f36 100644 --- a/src/soc/qualcomm/ipq40xx/include/soc/cdp.h +++ b/src/soc/qualcomm/ipq40xx/include/soc/cdp.h @@ -134,9 +134,10 @@ typedef struct { #define IPQ_GMAC_NMACS 4 enum gale_board_id { - BOARD_ID_GALE_EVT = 0, - BOARD_ID_GALE_EVT2 = 1, - BOARD_ID_GALE_EVT3 = 2, + BOARD_ID_GALE_PROTO = 0, + BOARD_ID_GALE_EVT = 1, + BOARD_ID_GALE_EVT2 = 2, + BOARD_ID_GALE_EVT3 = 5, }; /* Board specific parameters */ |