Add general shared configurations for different boot media and variants for every RAM configuration. Acked-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Alexander Feilke <alexander.feilke@ew.tq-group.com>
23 lines
663 B
Plaintext
23 lines
663 B
Plaintext
CONFIG_SYS_MALLOC_LEN=0x2000000
|
|
# CONFIG_ANDROID_BOOT_IMAGE is not set
|
|
CONFIG_BOOTDELAY=1
|
|
CONFIG_BOOTCOMMAND="run fastbootcmd"
|
|
# CONFIG_ENV_IS_IN_MMC is not set
|
|
CONFIG_NET_RANDOM_ETHADDR=y
|
|
CONFIG_USB_FUNCTION_FASTBOOT=y
|
|
CONFIG_FASTBOOT_BUF_ADDR=0x84000000
|
|
CONFIG_FASTBOOT_BUF_SIZE=0x8000000
|
|
CONFIG_FASTBOOT_FLASH=y
|
|
CONFIG_FASTBOOT_UUU_SUPPORT=y
|
|
CONFIG_FASTBOOT_FLASH_MMC_DEV=0
|
|
CONFIG_SPL_USB_HOST=y
|
|
CONFIG_USB_MAX_CONTROLLER_COUNT=2
|
|
CONFIG_USB_GADGET=y
|
|
CONFIG_SPL_USB_GADGET=y
|
|
CONFIG_USB_GADGET_MANUFACTURER="FSL"
|
|
CONFIG_USB_GADGET_VENDOR_NUM=0x0525
|
|
CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
|
|
CONFIG_CI_UDC=y
|
|
CONFIG_SDP_LOADADDR=0x80800000
|
|
CONFIG_SPL_USB_SDP_SUPPORT=y
|