Deleted Added
full compact
57,58c57
< bootargs = "console=ttyS0,115200 earlyprintk";
< stdout-path = &uart0;
---
> stdout-path = "serial0:115200n8";
68c67,69
< MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
---
> MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
> MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
> MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;
153,157c154,156
< partition@0 {
< label = "u-boot";
< reg = <0x0000000 0xe0000>;
< read-only;
< };
---
> partitions {
> #address-cells = <1>;
> #size-cells = <1>;
159,163c158,162
< partition@e0000 {
< label = "u-boot-env";
< reg = <0xe0000 0x20000>;
< read-only;
< };
---
> partition@0 {
> label = "u-boot";
> reg = <0x00000000 0x000e0000>;
> read-only;
> };
165,169c164,168
< partition@100000 {
< label = "u-boot-env2";
< reg = <0x100000 0x20000>;
< read-only;
< };
---
> partition@e0000 {
> label = "u-boot-env";
> reg = <0x000e0000 0x00020000>;
> read-only;
> };
171,174c170,174
< partition@120000 {
< label = "zImage";
< reg = <0x120000 0x400000>;
< };
---
> partition@100000 {
> label = "u-boot-env2";
> reg = <0x00100000 0x00020000>;
> read-only;
> };
176,179c176,179
< partition@520000 {
< label = "initrd";
< reg = <0x520000 0x400000>;
< };
---
> partition@120000 {
> label = "zImage";
> reg = <0x00120000 0x00400000>;
> };
181,184c181,184
< partition@xE00000 {
< label = "boot";
< reg = <0xE00000 0x3F200000>;
< };
---
> partition@520000 {
> label = "initrd";
> reg = <0x00520000 0x00400000>;
> };
186,188c186,189
< partition@flash {
< label = "flash";
< reg = <0x0 0x40000000>;
---
> partition@e00000 {
> label = "boot";
> reg = <0x00e00000 0x3f200000>;
> };