summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/phy/ddrphy_utils.c
diff options
context:
space:
mode:
authorJonas Karlman <jonas@kwiboo.se>2023-01-21 19:02:26 +0000
committerSimon Glass <sjg@chromium.org>2023-01-26 10:47:45 -0700
commit7e215ad05f4d9005d00e954e705fac05b86e62dd (patch)
tree5ef8ac9bfb6dc098ecd53e5d5f9860037d4be8f6 /drivers/ddr/imx/phy/ddrphy_utils.c
parentf584d44c2371b9d0027ac30fe4af5475926caecc (diff)
rockchip: Use atf as firmware and move u-boot to loadables in FIT
The FIT generated after the switch to using binman is using different values for firmware and loadables properties compared to the old script. With the old script: firmware = "atf-1"; loadables = "u-boot", "atf-2", ...; After switch to binman: firmware = "u-boot"; loadables = "atf-1", "atf-2", ...; This change result in SPL jumping directly into U-Boot proper instead of initializing TF-A. With this patch the properties change back to: firmware = "atf-1"; loatables = "u-boot", "atf-2", ...; Fixes: e0c0efff2a02 ("rockchip: Support building the all output files in binman") Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/ddr/imx/phy/ddrphy_utils.c')
0 files changed, 0 insertions, 0 deletions