diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-02 13:58:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-02 13:58:20 -0400 |
commit | ec6f06bddc7f5a5f5d122a56707a10fc4e501b97 (patch) | |
tree | 5ede97c38925e93153c486a6e76ea41a72b83f60 /configs/octeontx_81xx_defconfig | |
parent | ac897385bbfa30cfdfb62ccf24acfcd4b274b2ff (diff) | |
download | u-boot-ec6f06bddc7f5a5f5d122a56707a10fc4e501b97.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/octeontx_81xx_defconfig')
-rw-r--r-- | configs/octeontx_81xx_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/octeontx_81xx_defconfig b/configs/octeontx_81xx_defconfig index 070c9477123..3d092f285ef 100644 --- a/configs/octeontx_81xx_defconfig +++ b/configs/octeontx_81xx_defconfig @@ -25,12 +25,12 @@ CONFIG_SYS_MEMTEST_END=0x28f0000 CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_SUPPORT_RAW_INITRD=y -CONFIG_OF_BOARD_SETUP=y CONFIG_BOOTDELAY=5 CONFIG_BOOT_RETRY=y CONFIG_BOOT_RETRY_TIME=-1 CONFIG_BOOT_RETRY_MIN=30 CONFIG_RESET_TO_RETRY=y +CONFIG_OF_BOARD_SETUP=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyAMA0,115200n8 earlycon=pl011,0x87e028000000 maxcpus=4 rootwait rw root=/dev/sda2 coherent_pool=16M" # CONFIG_DISPLAY_CPUINFO is not set |