mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
configs: am57xx_evm: define CONFIG_SPL_LOAD_FIT_ADDRESS for SPL-DFU
Define CONFIG_SPL_LOAD_FIT_ADDRESS to enable SPL-DFU for am57x platform. Signed-off-by: Bin Liu <b-liu@ti.com>
This commit is contained in:
parent
44ac80e7e9
commit
8502fe84a4
1 changed files with 11 additions and 0 deletions
|
@ -35,11 +35,22 @@
|
||||||
|
|
||||||
#define CONFIG_SYS_OMAP_ABE_SYSCK
|
#define CONFIG_SYS_OMAP_ABE_SYSCK
|
||||||
|
|
||||||
|
#ifdef CONFIG_SPL_DFU
|
||||||
|
#ifndef CONFIG_SPL_BUILD
|
||||||
#define DFUARGS \
|
#define DFUARGS \
|
||||||
"dfu_bufsiz=0x10000\0" \
|
"dfu_bufsiz=0x10000\0" \
|
||||||
DFU_ALT_INFO_MMC \
|
DFU_ALT_INFO_MMC \
|
||||||
DFU_ALT_INFO_EMMC \
|
DFU_ALT_INFO_EMMC \
|
||||||
DFU_ALT_INFO_RAM \
|
DFU_ALT_INFO_RAM \
|
||||||
|
DFU_ALT_INFO_QSPI
|
||||||
|
#else
|
||||||
|
#undef CONFIG_CMD_BOOTD
|
||||||
|
#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x80200000
|
||||||
|
#define DFUARGS \
|
||||||
|
"dfu_bufsiz=0x10000\0" \
|
||||||
|
DFU_ALT_INFO_RAM
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <configs/ti_omap5_common.h>
|
#include <configs/ti_omap5_common.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue