mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 05:08:24 +00:00
configs: j721s2_evm_*_defconfig: Enable OSPI configs
Enable OSPI related configs to boot using OSPI Reviewed-by: Apurva Nandan <a-nandan@ti.com> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
This commit is contained in:
parent
595dbb44aa
commit
1c86db01fb
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ CONFIG_SOC_K3_J721S2=y
|
||||||
CONFIG_TARGET_J721S2_A72_EVM=y
|
CONFIG_TARGET_J721S2_A72_EVM=y
|
||||||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
||||||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80480000
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80480000
|
||||||
|
CONFIG_SF_DEFAULT_SPEED=25000000
|
||||||
CONFIG_ENV_SIZE=0x20000
|
CONFIG_ENV_SIZE=0x20000
|
||||||
CONFIG_DM_GPIO=y
|
CONFIG_DM_GPIO=y
|
||||||
CONFIG_SPL_DM_SPI=y
|
CONFIG_SPL_DM_SPI=y
|
||||||
|
|
|
@ -10,6 +10,7 @@ CONFIG_K3_EARLY_CONS=y
|
||||||
CONFIG_TARGET_J721S2_R5_EVM=y
|
CONFIG_TARGET_J721S2_R5_EVM=y
|
||||||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
||||||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x41c76000
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x41c76000
|
||||||
|
CONFIG_SF_DEFAULT_SPEED=25000000
|
||||||
CONFIG_ENV_SIZE=0x20000
|
CONFIG_ENV_SIZE=0x20000
|
||||||
CONFIG_DM_GPIO=y
|
CONFIG_DM_GPIO=y
|
||||||
CONFIG_SPL_DM_SPI=y
|
CONFIG_SPL_DM_SPI=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue