aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/exynos_hs_i2c.c
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2021-01-20 10:46:56 -0600
committerTom Rini <trini@konsulko.com>2021-02-17 19:46:43 -0500
commit71551055cbdbb059be0e2051aad7976ee9847197 (patch)
treef7ad336c0902976347d1de48fa47149c6e48e399 /drivers/i2c/exynos_hs_i2c.c
parentaeedeae40733131467de72c68e639cf9d795e059 (diff)
spl: fit: Load devicetree when a Linux payload is found
When a FIT config specifies a devicetree, we should load it, no questions asked. In the case of the "simple" FIT loading path, a difficulty arises in selecting the load address of the FDT. The default FDT location is right after the "kernel" or "firmware" image. However, if that is an OP-TEE image, then the FDT may end up in secure DRAM, and not be accessible to normal world kernels. Although the best solution is to be more careful about the FDT address, a viable workaround is to only append the FDT after a u-boot or Linux image. This is identical to the previous logic, except that FDT loading is extended to IH_OS_LINUX images. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'drivers/i2c/exynos_hs_i2c.c')
0 files changed, 0 insertions, 0 deletions