Skip to content

Commit

Permalink
ramips: bdcom-wap2100: Fix boot failure by adding partitions compatib…
Browse files Browse the repository at this point in the history
…le property

Flash partitions were moved under partition table node, but addition of
compatible property was omitted which lead to following boot failure:

 VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
 Please append a correct "root=" boot option; here are the available partitions:
 1f00           16384 mtdblock0
  (driver?)
 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

Fixes: e4d9217 (ramips: improve BDCOM WAP2100-SK support)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz authored and mkresin committed Nov 28, 2018
1 parent e880a30 commit 7952110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/ramips/dts/BDCOM-WAP2100-SK.dts
Expand Up @@ -66,6 +66,7 @@
spi-max-frequency = <10000000>; spi-max-frequency = <10000000>;


partitions { partitions {
compatible = "fixed-partitions";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;


Expand Down

0 comments on commit 7952110

Please sign in to comment.