]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Use common args for dtoc
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 02:30:16 +0000 (19:30 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commit27f206b5ed6317a00e02d351defa956d558a9146
tree72f3468e85e7541f25aa9d4cdd6563d5c9681468
parentafb87dc279ec9751fe695aac6b07a7406cc41ddc
Makefile: Use common args for dtoc

At present the dtoc commmand line is repeated twice in the Makefile. Use a
variable to avoid this, so it is easier to add more conditional arguments.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.spl