ramips: remove nvmem-cells compatible
nvmem-layout is used instead of the older nvmem-cells. Seems to be a copy/paste mistake. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23512 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
parent
912e5608c4
commit
96b9e8130f
@ -84,11 +84,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
factory: partition@40000 {
|
factory: partition@40000 {
|
||||||
compatible = "nvmem-cells";
|
|
||||||
label = "factory";
|
label = "factory";
|
||||||
reg = <0x40000 0x10000>;
|
reg = <0x40000 0x10000>;
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
read-only;
|
read-only;
|
||||||
|
|
||||||
nvmem-layout {
|
nvmem-layout {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user