These boards are not yet in the CONFIG_OF_LIST of the defconfigs, add them and remove the local devicetrees. Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
30 lines
1019 B
Plaintext
30 lines
1019 B
Plaintext
#include <configs/am335x_evm.config>
|
|
|
|
CONFIG_ENV_OFFSET=0x100000
|
|
CONFIG_SPL_DM_SPI=y
|
|
# CONFIG_SPL_MMC is not set
|
|
# CONFIG_SPL_FS_FAT is not set
|
|
CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
|
CONFIG_SPL_SPI=y
|
|
# CONFIG_SPL_NAND_SUPPORT is not set
|
|
CONFIG_SPL_DM_SPI_FLASH=y
|
|
CONFIG_SPL_SPI_LOAD=y
|
|
CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_SPL_OF_CONTROL=y
|
|
CONFIG_OF_LIST="ti/omap/am335x-evm ti/omap/am335x-bone ti/omap/am335x-boneblack ti/omap/am335x-boneblack-wireless ti/omap/am335x-bonegreen ti/omap/am335x-bonegreen-wireless ti/omap/am335x-bonegreen-eco ti/omap/am335x-boneblue ti/omap/am335x-evmsk ti/omap/am335x-icev2 ti/omap/am335x-pocketbeagle"
|
|
# CONFIG_ENV_IS_IN_FAT is not set
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
|
CONFIG_SPL_ENV_IS_NOWHERE=y
|
|
CONFIG_SPL_OF_TRANSLATE=y
|
|
CONFIG_SPL_TI_SYSC=y
|
|
CONFIG_SPL_CLK=y
|
|
CONFIG_CLK_TI_CTRL=y
|
|
CONFIG_DFU_TFTP=y
|
|
CONFIG_FASTBOOT_FLASH=y
|
|
CONFIG_FASTBOOT_FLASH_MMC_DEV=1
|
|
CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
|
|
# CONFIG_SPL_DM_MMC is not set
|
|
CONFIG_SPI_FLASH_STMICRO=y
|
|
CONFIG_RSA=y
|