diff options
author | Heiko Schocher <hs@denx.de> | 2014-11-18 11:51:05 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-04 21:28:32 -0500 |
commit | 4ac32b9c4db8e9e427584024c93773927644f7f4 (patch) | |
tree | d7901c0202226b288b6abf4424bdc170cb296866 /board/siemens/common/factoryset.h | |
parent | 7dc60d81a1876cdc5946da2011d5a34339be8e37 (diff) |
arm, am335x, siemens: read COMP/ver from factoryset
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/siemens/common/factoryset.h')
-rw-r--r-- | board/siemens/common/factoryset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/siemens/common/factoryset.h b/board/siemens/common/factoryset.h index 4d6de10f52..7667b96b53 100644 --- a/board/siemens/common/factoryset.h +++ b/board/siemens/common/factoryset.h @@ -20,6 +20,7 @@ struct factorysetcontainer { #endif unsigned char serial[MAX_STRING_LENGTH]; int version; + uchar comp_version[MAX_STRING_LENGTH]; }; int factoryset_read_eeprom(int i2c_addr); |