
On Tue, 2022-12-20 at 10:17 +0530, Dhruva Gole wrote:
On 19/12/22 21:45, Sjoerd Simons wrote:
Enable configuration ethernet for u-boot on am62x; Some unrelated things also got moved around due to running through savedefconfig.
Signed-off-by: Sjoerd Simons sjoerd@collabora.com
configs/am62x_evm_a53_defconfig | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index e6ffd166927..30b19428e9e 100644 --- a/configs/am62x_evm_a53_defconfig +++ b/configs/am62x_evm_a53_defconfig @@ -7,6 +7,7 @@ CONFIG_NR_DRAM_BANKS=2
[...]
CONFIG_K3_SEC_PROXY=y @@ -71,7 +73,10 @@ CONFIG_SPI_FLASH_SFDP_SUPPORT=y CONFIG_SPI_FLASH_SOFT_RESET=y CONFIG_SPI_FLASH_SOFT_RESET_ON_BOOT=y CONFIG_SPI_FLASH_SPANSION=y -CONFIG_SPI_FLASH_S28HS512T=y
Removing this might break S28HS512T Octal SPI NOR Flash. Please let this stay if it isn't related to the eth configs.
This got removed by savedefconfig ; CONFIG_SPI_FLASH_S28HS512T doesn't exist in u-boot anymore[0], it's been replaced by CONFIG_SPI_FLASH_S28HX_T.
I can do quick respin to seperate out cleaning the defconfig, correcting that option and then add ethernet on top to make things more clear.
0:https://source.denx.de/u-boot/u-boot/-/commit/f422c4bec7c654d185abb9bb29f797...