diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-20 14:48:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-20 14:48:59 -0400 |
commit | 22bfaa1f673ab5442dfb9778eea4c9a18dee42d0 (patch) | |
tree | c268ed97490d5fdf4c3d37aa54526b2e9192bfa9 /configs/P1010RDB-PB_NAND_defconfig | |
parent | e2743c2aa0390f9590c13197cfee288a11b88dc0 (diff) | |
download | u-boot-22bfaa1f673ab5442dfb9778eea4c9a18dee42d0.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/P1010RDB-PB_NAND_defconfig')
-rw-r--r-- | configs/P1010RDB-PB_NAND_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/P1010RDB-PB_NAND_defconfig b/configs/P1010RDB-PB_NAND_defconfig index dc74102e40..0954e76bb8 100644 --- a/configs/P1010RDB-PB_NAND_defconfig +++ b/configs/P1010RDB-PB_NAND_defconfig @@ -10,6 +10,7 @@ CONFIG_SPL_SERIAL=y CONFIG_TPL_TEXT_BASE=0xD0001000 CONFIG_TPL_LIBCOMMON_SUPPORT=y CONFIG_TPL_LIBGENERIC_SUPPORT=y +CONFIG_TPL_SERIAL=y CONFIG_SPL_DRIVERS_MISC=y CONFIG_SPL=y CONFIG_MPC85xx=y @@ -37,7 +38,6 @@ CONFIG_TPL_ENV_SUPPORT=y CONFIG_TPL_I2C=y CONFIG_TPL_MPC8XXX_INIT_DDR=y CONFIG_TPL_NAND_SUPPORT=y -CONFIG_TPL_SERIAL=y CONFIG_HUSH_PARSER=y CONFIG_CMD_IMLS=y CONFIG_SYS_EEPROM_PAGE_WRITE_BITS=3 |