mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
tools: fix mksunxiboot build for tools-all target
Commitfed329aebe
("tools: add mksunxiboot to tools-all target") added mksunxiboot to the tools-all target, but used the CONFIG_SUNXI symbol to enable its build. Now commitaec9a0f19f
("sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI"), merged before that, renamed that symbol, so that the first patch basically gets ineffective. Adjust the symbol name in tools/Makefile to make it build again. Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
38cacdab3b
commit
d8c0d99e66
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CONFIG_CMD_NET = y
|
|||
CONFIG_XWAY_SWAP_BYTES = y
|
||||
CONFIG_NETCONSOLE = y
|
||||
CONFIG_SHA1_CHECK_UB_IMG = y
|
||||
CONFIG_SUNXI = y
|
||||
CONFIG_ARCH_SUNXI = y
|
||||
endif
|
||||
|
||||
subdir-$(HOST_TOOLS_ALL) += easylogo
|
||||
|
|
Loading…
Reference in a new issue