Files
u-boot/arch
Andy Yan 619f002db8 rockchip: make_fit_atf.py: fix loadables property set error
Commit b238e4b00c ("rockchip: Cleanup of make_fit_atf.py.") set
firmware = "atf_1";
loadables = "uboot","atf_1","atf_2";

Actually it should be:
firmware = "atf_1";
loadables = "uboot","atf_2","atf_3";

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2019-07-05 15:57:52 +08:00
..
2019-05-18 08:15:35 -04:00
2019-05-24 08:11:59 -04:00
2019-05-18 08:15:35 -04:00
2019-06-20 10:44:25 +05:30
2019-06-14 12:42:06 +02:00
2019-05-18 08:15:35 -04:00