Update EA7300, v1 and v2, for new json based approach

Signed-off-by: Russell Morris <rmorris@rkmorris.us>
This commit is contained in:
Russell Morris 2020-10-07 19:46:15 -05:00
parent 08434255a5
commit 7528b6e3d5
3 changed files with 30 additions and 14 deletions

View file

@ -1,14 +0,0 @@
return {
vendorName = "Linksys",
deviceName = "EA7300v2",
boardNames = { "linksys,ea7300-v2" },
partition1MTD = "mtd5",
partition2MTD = "mtd7",
labelOffset = 32,
bootEnv1 = "boot_part",
bootEnv1Partition1Value = 1,
bootEnv1Partition2Value = 2,
bootEnv2 = nil,
bootEnv2Partition1Value = nil,
bootEnv2Partition2Value = nil
}

View file

@ -0,0 +1,15 @@
{
"vendorName": "Linksys",
"deviceName": "EA7300v1",
"boardNames": [ "linksys,ea7300-v1" ],
"partition1MTD": "mtd5",
"partition2MTD": "mtd7",
"labelOffset": 32,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": "bootcmd",
"bootEnv2Partition1Value": "run nandboot",
"bootEnv2Partition2Value": "run altnandboot"
}

View file

@ -0,0 +1,15 @@
{
"vendorName": "Linksys",
"deviceName": "EA7300v2",
"boardNames": [ "linksys,ea7300-v2" ],
"partition1MTD": "mtd5",
"partition2MTD": "mtd7",
"labelOffset": 32,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": "bootcmd",
"bootEnv2Partition1Value": "run nandboot",
"bootEnv2Partition2Value": "run altnandboot"
}