[PATCH 17/17] configs: am64x_evm_a53: Add Initial support
Vignesh Raghavendra
vigneshr at ti.com
Fri May 7 13:23:56 CEST 2021
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 <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:
>
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
More information about the U-Boot
mailing list