diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-04 17:18:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-04 17:18:38 -0500 |
commit | 0cfccb54014bf488c300dad07b9d1c07d8fcd3f2 (patch) | |
tree | 731263c81f47c3995562b34f62e54fc4a08affda /configs/P1023RDB_defconfig | |
parent | c1c6e4a9da674bce5980d82f8a70a56e023e58c3 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1023RDB_defconfig')
-rw-r--r-- | configs/P1023RDB_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/P1023RDB_defconfig b/configs/P1023RDB_defconfig index ea59f81d0d..a279a74cda 100644 --- a/configs/P1023RDB_defconfig +++ b/configs/P1023RDB_defconfig @@ -31,9 +31,11 @@ CONFIG_CMD_FAT=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_ADDR=0xEFF20000 # CONFIG_MMC is not set +CONFIG_MTD=y CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y +CONFIG_MTD_RAW_NAND=y CONFIG_PHYLIB=y CONFIG_PHY_GIGE=y CONFIG_E1000=y @@ -44,5 +46,3 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y -CONFIG_MTD=y -CONFIG_MTD_RAW_NAND=y |