partition@40000 {
label = "u-boot-env-main";
reg = <0x00040000 0x20000>; /* one block is 128k */
- read-only;
+ status = "disabled";
nvmem-layout {
compatible = "u-boot,env-redundant-count";
};
};
-/*
- * Causes u_boot_env: probe of 4e4000000.ndfc:nand:partitions:partition@0:partition@60000
- * failed with error -17
- *
- * partition@60000 {
- * label = "u-boot-env-redundant";
- * reg = <0x00060000 0x20000>;
- * read-only;
- *
- * nvmem-layout {
- * compatible = "u-boot,env-redundant-count";
- * };
- * };
- */
+ partition@60000 {
+ label = "u-boot-env-redundant";
+ reg = <0x00060000 0x20000>;
+ status = "disabled";
+
+ nvmem-layout {
+ compatible = "u-boot,env-redundant-count";
+ };
+ };
};
partition@180000 {