From: Robin van der Gracht <robin.van.der.gracht@protonic.nl>
To: barebox@lists.infradead.org
Cc: Robin van der Gracht <robin@protonic.nl>
Subject: [PATCH] ARM: rockchip: Add missing LIBFDT dependency to ARCH_ROCKCHIP_ATF_PASS_FDT
Date: Wed, 4 Mar 2026 14:14:16 +0100 [thread overview]
Message-ID: <20260304131417.564470-1-robin.van.der.gracht@protonic.nl> (raw)
From: Robin van der Gracht <robin@protonic.nl>
arch/arm/mach-rockchip/atf.pbl.o: in function `rk3562_barebox_entry':
arch/arm/mach-rockchip/atf.c:159: undefined reference to `fdt_open_into'
Signed-off-by: Robin van der Gracht <robin@protonic.nl>
---
arch/arm/mach-rockchip/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index eb0dfb8240..eae243c758 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -179,6 +179,7 @@ config ARCH_ROCKCHIP_ATF
config ARCH_ROCKCHIP_ATF_PASS_FDT
bool "Pass device tree to TF-A"
depends on ARCH_ROCKCHIP_ATF
+ select LIBFDT
help
Enable this option if you are using an upstream OP-TEE that uses the
device tree to initialize dynamic shared memory, which is passed
--
2.43.0
reply other threads:[~2026-03-04 13:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260304131417.564470-1-robin.van.der.gracht@protonic.nl \
--to=robin.van.der.gracht@protonic.nl \
--cc=barebox@lists.infradead.org \
--cc=robin@protonic.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox