Skip to content

Commit

Permalink
ipq40xx: try to fixes booting issue
Browse files Browse the repository at this point in the history
No testing since there is no board.
  • Loading branch information
aiamadeus committed Sep 16, 2023
1 parent 45107fc commit ad98915
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
led-upgrade = &led_sys;
};

chosen {
bootargs-append = " ubi.block=0,1 root=/dev/ubiblock0_1";
};

soc {
rng@22000 {
status = "okay";
Expand Down Expand Up @@ -306,7 +310,7 @@
};

partition@b80000 {
label = "ubi";
label = "rootfs";
reg = <0xb80000 0x7480000>;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#include <dt-bindings/leds/common.h>

/ {
chosen {
bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1";
};

aliases {
led-boot = &led_sys;
led-failsafe = &led_sys;
Expand All @@ -19,6 +15,10 @@
label-mac-device = &gmac0;
};

chosen {
bootargs-append = " root=/dev/ubiblock0_1";
};

soc {
rng@22000 {
status = "okay";
Expand Down Expand Up @@ -212,7 +212,7 @@
#size-cells = <1>;

nand_rootfs: partition@0 {
label = "ubi";
label = "rootfs";
/* reg defined in 64M/128M variant dts. */
};
};
Expand Down

0 comments on commit ad98915

Please sign in to comment.