mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
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 <m.zalega@samsung.com> Acked-by: Tom Rini <trini@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
This commit is contained in:
parent
41c2d60b3a
commit
fad8edf0f7
1 changed files with 2 additions and 0 deletions
|
@ -312,6 +312,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* USB Device Firmware Update support */
|
/* USB Device Firmware Update support */
|
||||||
|
#ifndef CONFIG_SPL_BUILD
|
||||||
#define CONFIG_DFU_FUNCTION
|
#define CONFIG_DFU_FUNCTION
|
||||||
#define CONFIG_DFU_MMC
|
#define CONFIG_DFU_MMC
|
||||||
#define CONFIG_CMD_DFU
|
#define CONFIG_CMD_DFU
|
||||||
|
@ -354,6 +355,7 @@
|
||||||
DFU_ALT_INFO_MMC \
|
DFU_ALT_INFO_MMC \
|
||||||
DFU_ALT_INFO_RAM \
|
DFU_ALT_INFO_RAM \
|
||||||
DFU_ALT_INFO_NAND
|
DFU_ALT_INFO_NAND
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Default to using SPI for environment, etc.
|
* Default to using SPI for environment, etc.
|
||||||
|
|
Loading…
Add table
Reference in a new issue