diff options
| author | Tom Rini <[email protected]> | 2026-01-21 09:17:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-21 09:17:22 -0600 |
| commit | 019908a5062cfc1ae5dbfbc6b3d3ac482657805b (patch) | |
| tree | 541cc507cd1aa78d51eb401b093f5a78cc9db580 /configs | |
| parent | 084faca1d73d2dc3b4081587aee0dd90be5b5346 (diff) | |
| parent | c620865280291279890da1aa9a9e0bd3c1c212cc (diff) | |
Merge patch series "configs: phycore_am6xx_a53_defconfig: Enable CMD_DDR4"
This series from Wadim Egorov <[email protected]> performs some
improvements to some of the phycore am6xx series devices.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/phycore_am62ax_a53_defconfig | 1 | ||||
| -rw-r--r-- | configs/phycore_am62ax_r5_ethboot_defconfig | 1 | ||||
| -rw-r--r-- | configs/phycore_am62x_a53_defconfig | 1 | ||||
| -rw-r--r-- | configs/phycore_am62x_r5_ethboot_defconfig | 1 | ||||
| -rw-r--r-- | configs/phycore_am64x_a53_defconfig | 1 |
5 files changed, 3 insertions, 2 deletions
diff --git a/configs/phycore_am62ax_a53_defconfig b/configs/phycore_am62ax_a53_defconfig index ab50545d307..a0423b80721 100644 --- a/configs/phycore_am62ax_a53_defconfig +++ b/configs/phycore_am62ax_a53_defconfig @@ -78,6 +78,7 @@ CONFIG_CMD_WDT=y CONFIG_CMD_CACHE=y CONFIG_CMD_EFIDEBUG=y CONFIG_CMD_RTC=y +CONFIG_CMD_DDR4=y CONFIG_CMD_SMC=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y diff --git a/configs/phycore_am62ax_r5_ethboot_defconfig b/configs/phycore_am62ax_r5_ethboot_defconfig index 526d15a0dc5..d597e9d92d9 100644 --- a/configs/phycore_am62ax_r5_ethboot_defconfig +++ b/configs/phycore_am62ax_r5_ethboot_defconfig @@ -21,7 +21,6 @@ CONFIG_TI_K3_NAVSS_UDMA=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_OMAP24XX=y CONFIG_PHY_TI_DP83867=y -CONFIG_NET_RANDOM_ETHADDR=y CONFIG_TI_AM65_CPSW_NUSS=y CONFIG_SPL_MMC=n CONFIG_SPL_DM_SPI=n diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig index fa5c4466791..afed0bfafc6 100644 --- a/configs/phycore_am62x_a53_defconfig +++ b/configs/phycore_am62x_a53_defconfig @@ -80,6 +80,7 @@ CONFIG_CMD_WDT=y CONFIG_CMD_CACHE=y CONFIG_CMD_EFIDEBUG=y CONFIG_CMD_RTC=y +CONFIG_CMD_DDR4=y CONFIG_CMD_SMC=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y diff --git a/configs/phycore_am62x_r5_ethboot_defconfig b/configs/phycore_am62x_r5_ethboot_defconfig index 92dd0be647e..a4434388ff8 100644 --- a/configs/phycore_am62x_r5_ethboot_defconfig +++ b/configs/phycore_am62x_r5_ethboot_defconfig @@ -20,7 +20,6 @@ CONFIG_TI_K3_NAVSS_UDMA=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_OMAP24XX=y CONFIG_PHY_TI_DP83867=y -CONFIG_NET_RANDOM_ETHADDR=y CONFIG_TI_AM65_CPSW_NUSS=y CONFIG_SPL_MMC=n CONFIG_SPL_DM_SPI=n diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig index fcf61590c60..d0b33661cf6 100644 --- a/configs/phycore_am64x_a53_defconfig +++ b/configs/phycore_am64x_a53_defconfig @@ -80,6 +80,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_EFIDEBUG=y CONFIG_CMD_RTC=y CONFIG_CMD_TIME=y +CONFIG_CMD_DDR4=y CONFIG_CMD_SMC=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y |
