From 85bfe94429c4c3798e10e5513e75fccacb120460 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 26 Aug 2024 18:38:01 +0200 Subject: [PATCH] fix(zyxel/nwa50ax): ensure the DTB is in the FIT Signed-off-by: Raito Bezarius --- devices/zyxel-nwa50ax/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/zyxel-nwa50ax/default.nix b/devices/zyxel-nwa50ax/default.nix index e53e28f..393dcac 100644 --- a/devices/zyxel-nwa50ax/default.nix +++ b/devices/zyxel-nwa50ax/default.nix @@ -224,6 +224,7 @@ tftp = { # 5MB is nice. freeSpaceBytes = 5 * 1024 * 1024; + appendDTB = true; loadAddress = lim.parseInt "0x2000000"; }; };