fix(boards): Correct adafruit boot partition size

This commit is contained in:
Nick 2020-10-30 23:55:39 -05:00
parent dfb69d8727
commit 6ce3fc6c5b
6 changed files with 6 additions and 6 deletions

View file

@ -84,7 +84,7 @@
boot_partition: partition@0 { boot_partition: partition@0 {
label = "adafruit_boot"; label = "adafruit_boot";
reg = <0x000000000 0x0000C000>; reg = <0x000000000 0x00026000>;
}; };
code_partition: partition@26000 { code_partition: partition@26000 {
label = "code_partition"; label = "code_partition";

View file

@ -93,7 +93,7 @@
boot_partition: partition@0 { boot_partition: partition@0 {
label = "adafruit_boot"; label = "adafruit_boot";
reg = <0x000000000 0x0000C000>; reg = <0x000000000 0x00026000>;
}; };
code_partition: partition@26000 { code_partition: partition@26000 {
label = "code_partition"; label = "code_partition";

View file

@ -73,7 +73,7 @@
boot_partition: partition@0 { boot_partition: partition@0 {
label = "adafruit_boot"; label = "adafruit_boot";
reg = <0x000000000 0x0000C000>; reg = <0x000000000 0x00026000>;
}; };
code_partition: partition@26000 { code_partition: partition@26000 {
label = "code_partition"; label = "code_partition";

View file

@ -74,7 +74,7 @@
boot_partition: partition@0 { boot_partition: partition@0 {
label = "adafruit_boot"; label = "adafruit_boot";
reg = <0x000000000 0x0000C000>; reg = <0x000000000 0x00026000>;
}; };
code_partition: partition@26000 { code_partition: partition@26000 {
label = "code_partition"; label = "code_partition";

View file

@ -74,7 +74,7 @@
boot_partition: partition@0 { boot_partition: partition@0 {
label = "adafruit_boot"; label = "adafruit_boot";
reg = <0x000000000 0x0000C000>; reg = <0x000000000 0x00026000>;
}; };
code_partition: partition@26000 { code_partition: partition@26000 {
label = "code_partition"; label = "code_partition";

View file

@ -86,7 +86,7 @@
boot_partition: partition@0 { boot_partition: partition@0 {
label = "adafruit_boot"; label = "adafruit_boot";
reg = <0x000000000 0x0000C000>; reg = <0x000000000 0x00026000>;
}; };
code_partition: partition@26000 { code_partition: partition@26000 {
label = "code_partition"; label = "code_partition";