commit | 619f002db864ef8caa30863bde62df5c651a7312 | [log] [tgz] |
---|---|---|
author | Andy Yan <andy.yan@rock-chips.com> | Thu Jul 04 17:44:40 2019 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Jul 05 15:57:52 2019 +0800 |
tree | dd3391d67e336f6f8b1a1d32e264de5b00d4c0ca | |
parent | ca4491f2d2af93d8b77c48c5d272d88094fc06eb [diff] |
rockchip: make_fit_atf.py: fix loadables property set error Commit b238e4b00ced ("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>