commit | f1d7d23da43b39bd4a380a831d1e0bdbca00df1d | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Wed May 08 00:22:11 2019 +0530 |
committer | Kever Yang <kever.yang@rock-chips.com> | Wed Jun 26 21:11:27 2019 +0800 |
tree | 5faec12638253737444767a55e9f65c91ba20c26 | |
parent | 8bc6baf51a052a593261b463c9a6a703b891f303 [diff] |
Makefile: clean bl31_*.bin Rockchip platform has its python script that would generate various bl31_*bin for creating u-boot.itb file by taking bl31.elf as input. These bl31_*.bin files are generated in u-boot root directory and have no rule to clean it up. so add support for it by adding in command entry of clean target in Makefile. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>