From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh Raghavendra Date: Fri, 7 May 2021 16:53:56 +0530 Subject: [PATCH 17/17] configs: am64x_evm_a53: Add Initial support In-Reply-To: References: <20210423162748.1952-1-d-gerlach@ti.com> <20210423162748.1952-18-d-gerlach@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5/6/21 11:24 PM, Vignesh Raghavendra wrote: > > > On 4/23/21 9:57 PM, Dave Gerlach wrote: >> Add initial A53 defconfig support for AM64x SoCs. >> >> Signed-off-by: Dave Gerlach >> --- >> 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: > Sorry, I meant the meaning has changed for CONFIG_PHY_TI. It now just allows to register any of the TI PHYs and is selected by CONFIG_PHY_TI_DP83867 implicitly. > > CONFIG_PHY_TI_DP83867=y > Also drop +CONFIG_PHY_FIXED=y