[U-Boot] [PATCH 3/5] fix: cmd: mvebu: Eclude mvebu commands from SPL builds
Stefan Roese
sr at denx.de
Wed Sep 19 13:12:29 UTC 2018
On 29.08.2018 15:34, kostap at marvell.com wrote:
> From: Konstantin Porotchkin <kostap at marvell.com>
>
> Exclude mvebu commands from SPL builds
>
> Signed-off-by: Konstantin Porotchkin <kostap at marvell.com>
> Cc: Igal Liberman <igall at marvell.com>
> Cc: Stefan Roese <sr at denx.de>
> ---
> cmd/Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/cmd/Makefile b/cmd/Makefile
> index 3487c80..a61fab6 100644
> --- a/cmd/Makefile
> +++ b/cmd/Makefile
> @@ -163,12 +163,13 @@ obj-$(CONFIG_CMD_BLOB) += blob.o
> obj-$(CONFIG_CMD_AVB) += avb.o
>
> obj-$(CONFIG_X86) += x86/
> +
> +obj-$(CONFIG_ARCH_MVEBU) += mvebu/
> endif # !CONFIG_SPL_BUILD
>
> # core command
> obj-y += nvedit.o
>
> -obj-$(CONFIG_ARCH_MVEBU) += mvebu/
> obj-$(CONFIG_TI_COMMON_CMD_OPTIONS) += ti/
>
> filechk_data_gz = (echo "static const char data_gz[] ="; cat $< | scripts/bin2c; echo ";")
>
Applied to u-boot-marvell/master
Thanks,
Stefan
More information about the U-Boot
mailing list