diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-23 15:24:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-23 15:24:14 -0400 |
commit | 1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (patch) | |
tree | 7e3f9a48685e110c07d3089c900e7d2998925f4e /configs/octeontx2_95xx_defconfig | |
parent | 1d323d83061fae8f94a9118b8db3384daef26216 (diff) | |
download | u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.tar.gz u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.tar.bz2 u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/octeontx2_95xx_defconfig')
-rw-r--r-- | configs/octeontx2_95xx_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/octeontx2_95xx_defconfig b/configs/octeontx2_95xx_defconfig index d4f9f565ae..700d49ebed 100644 --- a/configs/octeontx2_95xx_defconfig +++ b/configs/octeontx2_95xx_defconfig @@ -11,6 +11,7 @@ CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_TARGET_OCTEONTX2_95XX=y CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="octeontx" +CONFIG_SYS_PROMPT="Marvell> " CONFIG_DEBUG_UART_BASE=0x87e028000000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_SYS_LOAD_ADDR=0x4000000 @@ -34,7 +35,6 @@ CONFIG_BOOTARGS="console=ttyAMA0,115200n8 earlycon=pl011,0x87e028000000 maxcpus= CONFIG_BOARD_EARLY_INIT_R=y CONFIG_LAST_STAGE_INIT=y CONFIG_HUSH_PARSER=y -CONFIG_SYS_PROMPT="Marvell> " CONFIG_SYS_MAXARGS=64 CONFIG_SYS_PBSIZE=1050 CONFIG_SYS_BOOTM_LEN=0x10000000 @@ -94,7 +94,6 @@ CONFIG_SPI_FLASH_SFDP_SUPPORT=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y -CONFIG_DM_ETH=y CONFIG_NET_OCTEONTX2=y CONFIG_OCTEONTX_SMI=y CONFIG_PCI=y |