diff options
author | Gilles Gameiro <gguess007@gmail.com> | 2015-03-23 23:13:03 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-24 10:56:35 -0400 |
commit | b81bdf62e0cf9b5c64d30284d01658a851f142f7 (patch) | |
tree | 4847b21f8ca7ff7f7d5baf94d986a339a2bcb1f3 /board | |
parent | 95b4f112f5197e90906ea701bd8ca5b2cbf46b29 (diff) |
bav335x: Update defconfigs and fix typo in EEPROM config format
After v2015.01 we need to have DM enabled in order to use UART. Also
fix a typo in the EEPROM config format.
Signed-off-by: Gilles Gameiro <gilles@gigadevices.com>
[trini: Reword commit message, re-save defconfigs with 'savedefconfig']
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/birdland/bav335x/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/birdland/bav335x/board.h b/board/birdland/bav335x/board.h index b598ce1e822..1ea681ec44b 100644 --- a/board/birdland/bav335x/board.h +++ b/board/birdland/bav335x/board.h @@ -33,7 +33,7 @@ struct board_eeconfig { unsigned int magic; char name[HDR_NAME_LEN]; /* BAV3354 */ char version[4]; /* 0B20 - Rev.B2 */ - char serial[12]; + char serial[16]; char config[32]; char mac_addr[HDR_NO_OF_MAC_ADDR][HDR_ETH_ALEN]; }; |