hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/arch/xtensa/boot/dts/xtfpga-flash-128m.dtsi
....@@ -8,19 +8,19 @@
88 reg = <0x00000000 0x08000000>;
99 bank-width = <2>;
1010 device-width = <2>;
11
- partition@0x0 {
11
+ partition@0 {
1212 label = "data";
1313 reg = <0x00000000 0x06000000>;
1414 };
15
- partition@0x6000000 {
15
+ partition@6000000 {
1616 label = "boot loader area";
1717 reg = <0x06000000 0x00800000>;
1818 };
19
- partition@0x6800000 {
19
+ partition@6800000 {
2020 label = "kernel image";
2121 reg = <0x06800000 0x017e0000>;
2222 };
23
- partition@0x7fe0000 {
23
+ partition@7fe0000 {
2424 label = "boot environment";
2525 reg = <0x07fe0000 0x00020000>;
2626 };