build: uImage: allow override of default arguments
authorSander Vanheule <sander@svanheule.net>
Wed, 4 Nov 2020 09:21:13 +0000 (10:21 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 25 Nov 2020 14:46:34 +0000 (15:46 +0100)
commitff012f3a67eba3622265b2aaf38da6a0a4574021
tree6e8b6ace3a8fb1cfac4354fd73bab4a91d6af31c
parent4a243ae3329c19eaddffea42bed734e4eff852ad
build: uImage: allow override of default arguments

For some build recipes, the argument to Build/uImage is used to sneak in
extra arguments for mkimage, whereas this appears to have been intended
to specificy the compression method only.

Use the first provided word for -C to be backwards compatible with
current calls to Build/uImage. Use the rest of the call arguments to
override the provided defaults. Only the input file name (-d) and the
output file name cannot overriden.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
include/image-commands.mk