mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
mediatek: mt7622: fix rootfs/ubi detection for Xiaomi AX6S
By specifying the flag "denx,fit" for partition "kernel", the kernel try to find rootfs in the same partition during boot. Reality is that the placement of rootfs is precisely determined by the name of another partition -"ubi". It was also found that on some device (for example devices with NAND chips), the "Denx search engine" manages to find roots at the end of partition "kernel", but such partition doesn't exist and is empty there. Fix this by removing the "denx,fit" flag from partition "kernel". With this change the original behavior of searchif rootfs in partition "ubi" is restored. Signed-off-by: Oleg S <remittor@gmail.com>
This commit is contained in:
parent
1a145ccb0a
commit
b174de2c5f
@ -295,7 +295,6 @@
|
||||
*/
|
||||
partition@2c0000 {
|
||||
label = "kernel";
|
||||
compatible = "denx,fit";
|
||||
reg = <0x2c0000 0x400000>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user