From: Mateusz Zalega Date: Mon, 28 Apr 2014 19:13:27 +0000 (+0200) Subject: am335x: dfu: disable DFU in am335x_evm SPL build X-Git-Tag: v2014.07-rc1~8^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fad8edf0f72b8aba8885d2d137ebb58b3428806a;p=u-boot am335x: dfu: disable DFU in am335x_evm SPL build Future patches will make DFU too large to fit in this board's SPL build. Signed-off-by: Mateusz Zalega Acked-by: Tom Rini Reviewed-by: Lukasz Majewski --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 4147f9f369..670e3f19e3 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -312,6 +312,7 @@ #endif /* USB Device Firmware Update support */ +#ifndef CONFIG_SPL_BUILD #define CONFIG_DFU_FUNCTION #define CONFIG_DFU_MMC #define CONFIG_CMD_DFU @@ -354,6 +355,7 @@ DFU_ALT_INFO_MMC \ DFU_ALT_INFO_RAM \ DFU_ALT_INFO_NAND +#endif /* * Default to using SPI for environment, etc.