devices/zyxel-nwa50ax: cleanup of `flash` attribute and `rootDevice`

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
pull/10/head
Raito Bezarius 2024-02-19 01:20:19 +01:00
parent 3c70a0d037
commit 0e81953b67
1 changed files with 2 additions and 6 deletions

View File

@ -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";