tools/mkimage: build uboot with NO_SDL=1
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 22 Jan 2023 00:35:16 +0000 (01:35 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 22 Jan 2023 00:35:16 +0000 (01:35 +0100)
commit28e1770a3bd10014b082669e55af32d8de3f67fb
tree6c6727bfc8cd28699580c6674acbdcd56da54eeb
parent1bead4c521b6f6cf711fd06398d54b1a6fbbef96
tools/mkimage: build uboot with NO_SDL=1

From uboot Documentation for uboot-2022.01 for tools-only we can build
with NO_SDL=1 to skip installing the sdl2 package.

Follow this to fix compilation error on macos

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
tools/mkimage/Makefile