diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-06 12:13:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:13:29 -0400 |
commit | 41e47b420d6b122f6eb21e6e4438b334cc983eb1 (patch) | |
tree | c992cebb18f98103afc3fe1eb1957fad4c4948da /configs/P1020RDB-PD_defconfig | |
parent | 8bbbd6337361cadad96b163bde4ae675752b7778 (diff) | |
download | u-boot-41e47b420d6b122f6eb21e6e4438b334cc983eb1.tar.gz |
configs: Resync with savedefconfigWIP/06Jun2022-next
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1020RDB-PD_defconfig')
-rw-r--r-- | configs/P1020RDB-PD_defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/P1020RDB-PD_defconfig b/configs/P1020RDB-PD_defconfig index d78dc0d9ca0..473a596672f 100644 --- a/configs/P1020RDB-PD_defconfig +++ b/configs/P1020RDB-PD_defconfig @@ -21,8 +21,6 @@ CONFIG_BOOTCOMMAND="setenv bootargs root=/dev/$bdev rw rootdelay=30 console=$con CONFIG_BOARD_EARLY_INIT_F=y CONFIG_BOARD_EARLY_INIT_R=y # CONFIG_MISC_INIT_R is not set -CONFIG_SPL_MAX_SIZE=0x20000 -CONFIG_SPL_SYS_CCSR_DO_NOT_RELOCATE=y CONFIG_HUSH_PARSER=y # CONFIG_AUTO_COMPLETE is not set CONFIG_SYS_PBSIZE=276 @@ -59,6 +57,7 @@ CONFIG_SYS_OR2_PRELIM=0xFFFE09FF CONFIG_SYS_BR3_PRELIM_BOOL=y CONFIG_SYS_BR3_PRELIM=0xFFA00801 CONFIG_SYS_OR3_PRELIM=0xFFF009F7 +CONFIG_COMMON_INIT_DDR=y CONFIG_SPL_COMMON_INIT_DDR=y CONFIG_DM_I2C=y CONFIG_SPL_SYS_I2C_LEGACY=y @@ -103,4 +102,3 @@ CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_EHCI_FSL=y CONFIG_USB_STORAGE=y -CONFIG_COMMON_INIT_DDR=y |