vcu: add board specific bd configuration
VCU uses not the default eeprom - use 1-0050 instead of 0-0050. BugzID: 53626 Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
0a42160e32
commit
0e73ef5206
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"tag_list": "/etc/bd/bd.json",
|
||||
"eeprom": [
|
||||
{ "path": "/sys/bus/i2c/devices/1-0050/eeprom", "valid_bds": [
|
||||
{"name": "board", "start": 0, "size": 1024},
|
||||
{"name": "platform", "start": 512, "size": 512},
|
||||
{"name": "settings", "start": 1536, "size": 512}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue