
25 Sep
2025
25 Sep
'25
5:47 p.m.
From: Simon Glass <sjg@chromium.org> This variable is not needed in the ARM app and can be confusing since there might not be memory at this location. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> --- board/efi/efi-arm_app/efi-arm_app.env | 1 - 1 file changed, 1 deletion(-) diff --git a/board/efi/efi-arm_app/efi-arm_app.env b/board/efi/efi-arm_app/efi-arm_app.env index 3b839f5710c..b28c15556de 100644 --- a/board/efi/efi-arm_app/efi-arm_app.env +++ b/board/efi/efi-arm_app/efi-arm_app.env @@ -6,7 +6,6 @@ */ /* common console settings */ -fdt_addr=40000000 stdin=serial stdout=serial,vidconsole stderr=serial,vidconsole -- 2.43.0