File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 414
414
spi-max-frequency = <50000000>;
415
415
spi-rx-bus-width = <2>;
416
416
m25p,fast-read;
417
- label = "pnor ";
417
+ label = "bios ";
418
418
partitions@a0000000 {
419
419
compatible = "fixed-partitions";
420
420
#address-cells = <1>;
421
421
#size-cells = <1>;
422
- pnor -primary@0 {
423
- label = "pnor -primary";
422
+ bios -primary@0 {
423
+ label = "bios -primary";
424
424
reg = <0x0000000 0x2000000>;
425
425
};
426
- pnor-scratch @2000000 {
427
- label = "pnor-scratch ";
426
+ bios-secondary @2000000 {
427
+ label = "bios-secondary ";
428
428
reg = <0x2000000 0x2000000>;
429
429
};
430
430
};
437
437
spi-max-frequency = <50000000>;
438
438
spi-rx-bus-width = <2>;
439
439
m25p,fast-read;
440
- label = "pnor -2";
440
+ label = "bios -2";
441
441
partitions@a0000000 {
442
442
compatible = "fixed-partitions";
443
443
#address-cells = <1>;
444
444
#size-cells = <1>;
445
- pnor -primary@0 {
446
- label = "pnor -2-primary";
445
+ bios-2 -primary@0 {
446
+ label = "bios -2-primary";
447
447
reg = <0x0000000 0x2000000>;
448
448
};
449
- pnor-scratch @2000000 {
450
- label = "pnor -2-scratch ";
449
+ bios-2-secondary @2000000 {
450
+ label = "bios -2-secondary ";
451
451
reg = <0x2000000 0x2000000>;
452
452
};
453
453
};
You can’t perform that action at this time.
0 commit comments