ipq40xx: purge clk_ignore_unused bootarg

these flags have been creeping in from the QSDK.
All needed clocks should be accounted for, and
if a device is broken due to this. It should be
looked into.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
Christian Lamparter 2021-11-17 11:53:46 +01:00
parent db7a392ade
commit a5b80dd487
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
};
chosen {
bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1 clk_ignore_unused";
bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1";
};
soc {

View File

@ -49,7 +49,7 @@
};
chosen {
bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1 clk_ignore_unused";
bootargs-append = " ubi.mtd=ubi root=/dev/ubiblock0_1";
};
soc {