devices/zyxel-nwa50ax: cleanup of flash
attribute and rootDevice
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
3c70a0d037
commit
0e81953b67
1 changed files with 2 additions and 6 deletions
|
@ -138,17 +138,13 @@
|
|||
# This is a FIT containing a kernel padded and
|
||||
# a UBI volume rootfs.
|
||||
defaultOutput = "zyxel-nwa-fit";
|
||||
|
||||
loadAddress = lim.parseInt "0x80001000";
|
||||
entryPoint = lim.parseInt "0x80001000";
|
||||
# Aligned on 2kb.
|
||||
alignment = 2048;
|
||||
|
||||
flash = {
|
||||
address = lim.parseInt "0xbc050000";
|
||||
size = lim.parseInt "0xfb0000";
|
||||
eraseBlockSize = 65536;
|
||||
};
|
||||
rootDevice = "ubi0:rootfs";
|
||||
rootDevice = "ubi:rootfs";
|
||||
|
||||
dts = {
|
||||
src = "${openwrt.src}/target/linux/ramips/dts/mt7621_zyxel_nwa50ax.dts";
|
||||
|
|
Loading…
Reference in a new issue