[PATCH 17/17] configs: am64x_evm_a53: Add Initial support
Vignesh Raghavendra
vigneshr at ti.com
Thu May 6 19:54:43 CEST 2021
On 4/23/21 9:57 PM, Dave Gerlach wrote:
> Add initial A53 defconfig support for AM64x SoCs.
>
> Signed-off-by: Dave Gerlach <d-gerlach at ti.com>
> ---
> configs/am64x_evm_a53_defconfig | 96 +++++++++++++++++++++++++++++++++
> 1 file changed, 96 insertions(+)
> create mode 100644 configs/am64x_evm_a53_defconfig
>
> diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
> new file mode 100644
> index 000000000000..5aa4ad3022fc
> --- /dev/null
> +++ b/configs/am64x_evm_a53_defconfig
> @@ -0,0 +1,96 @@
[...]
> +CONFIG_MMC_SDHCI_ADMA=y
> +CONFIG_SPL_MMC_SDHCI_ADMA=y
> +CONFIG_MMC_SDHCI_AM654=y
> +CONFIG_DM_SPI_FLASH=y
> +CONFIG_SF_DEFAULT_MODE=0
> +CONFIG_SPI_FLASH_SPANSION=y
> +CONFIG_SPI_FLASH_STMICRO=y
> +CONFIG_PHY_TI=y
CONFIG does not exist.. Please replace with:
CONFIG_PHY_TI_DP83867=y
More information about the U-Boot
mailing list