mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 21:39:02 +00:00
fix early kernel crash due to spi-flash been enabled
This commit is contained in:
parent
f859556d58
commit
7e6277ca3b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ index 7161b06..66b8fa7 100644
|
|||
+ compatible = "jedec,spi-nor";
|
||||
+ reg = <0>; /* Chip select 0 */
|
||||
+ spi-max-frequency = <10000000>;
|
||||
+ status = "okay";
|
||||
+ status = "disabled";
|
||||
+ partitions {
|
||||
+ compatible = "fixed-partitions";
|
||||
+ #address-cells = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue