diff options
author | Tom Rini | 2023-10-02 13:58:20 -0400 |
---|---|---|
committer | Tom Rini | 2023-10-02 13:58:20 -0400 |
commit | ec6f06bddc7f5a5f5d122a56707a10fc4e501b97 (patch) | |
tree | 5ede97c38925e93153c486a6e76ea41a72b83f60 /configs/ls1046afrwy_tfa_defconfig | |
parent | ac897385bbfa30cfdfb62ccf24acfcd4b274b2ff (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1046afrwy_tfa_defconfig')
-rw-r--r-- | configs/ls1046afrwy_tfa_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1046afrwy_tfa_defconfig b/configs/ls1046afrwy_tfa_defconfig index 207f4113975..b58d9890742 100644 --- a/configs/ls1046afrwy_tfa_defconfig +++ b/configs/ls1046afrwy_tfa_defconfig @@ -24,9 +24,9 @@ CONFIG_FSL_USE_PCA9547_MUX=y CONFIG_REMAKE_ELF=y CONFIG_MP=y CONFIG_FIT_VERBOSE=y -CONFIG_OF_BOARD_SETUP=y CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=10 +CONFIG_OF_BOARD_SETUP=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)" CONFIG_ARCH_MISC_INIT=y |