diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/am335x/board.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c index 304ae34..5458963 100644 --- a/board/ti/am335x/board.c +++ b/board/ti/am335x/board.c @@ -656,6 +656,10 @@ int board_late_init(void) if (!strncmp(board_ti_get_rev(), "BWA", 3)) { name = "BBBW"; } + /* SeeedStudio BeagleBone Green Wireless */ + if (!strncmp(board_ti_get_rev(), "GW1", 3)) { + name = "BBGW"; + } } if (board_is_bbg1()) |