diff options
| author | Samuel Holland <[email protected]> | 2020-10-21 21:12:08 -0500 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-10-22 11:43:43 +0530 |
| commit | 509978e5d2cdfc2faff1721de035c1f4f14fbcae (patch) | |
| tree | be6d272d4d70b91610829ecf8ddeb1b07a8c9c07 /scripts | |
| parent | 0e3160b72323c819e7d48c0ae6eb047eb0fe4648 (diff) | |
Makefile: Only define u-boot.itb rule when applicable
If neither CONFIG_SPL_FIT_SOURCE nor CONFIG_USE_SPL_FIT_GENERATOR is
enabled, U_BOOT_ITS will be undefined, and attempting to make u-boot.itb
will pass invalid arguments to mkimage, causing it to print its help
message.
Remove the rule in that case, so it is more obvious that u-boot.itb is
not something that can be made. This will reduce confusion as platforms
move away from CONFIG_USE_SPL_FIT_GENERATOR, as u-boot.itb was
previously a valid goal for those platforms.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Samuel Holland <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
