mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
7062d4e815
Call the translation function on the ofnode_read_resource result only
when the livetree is not activated.
Today of_address_to_resource() calls ofnode_read_resource() for livetree
support and fdt_get_resource() when livetree is not supported.
The fdt_get_resource() doesn't do the address translation
so when it is required when livetree is activated but this address
translation is already done by ofnode_read_resource().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
mailbox_agent.c | ||
Makefile | ||
sandbox-scmi_agent.c | ||
sandbox-scmi_devices.c | ||
scmi_agent-uclass.c | ||
smccc_agent.c | ||
smt.c | ||
smt.h |