mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00:00
oxnas: kd20: correct memory size to 256MB
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
b4e17a7440
commit
b831eb5363
@ -15,8 +15,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
/* 128Mbytes DDR */
|
/* 256Mbytes DDR */
|
||||||
reg = <0x60000000 0x8000000>;
|
reg = <0x60000000 0x10000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
|
Loading…
Reference in New Issue
Block a user