diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-07 20:27:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-07 20:37:13 -0400 |
commit | c9542eae0bf815e8196dd9238c38290de173725a (patch) | |
tree | 612140851070a7f23c3de30b5282296f9cb7a1ca /configs/rpi_2_defconfig | |
parent | df0370bc41c076418eed3e247fe14b4e3ed78d8d (diff) | |
download | u-boot-c9542eae0bf815e8196dd9238c38290de173725a.tar.gz u-boot-c9542eae0bf815e8196dd9238c38290de173725a.tar.bz2 u-boot-c9542eae0bf815e8196dd9238c38290de173725a.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rpi_2_defconfig')
-rw-r--r-- | configs/rpi_2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index dd3c60cc93..1e3e08e8ec 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -22,6 +22,7 @@ CONFIG_MMC_SDHCI_BCM2835=y CONFIG_DM_ETH=y CONFIG_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set +# CONFIG_REQUIRE_SERIAL_CONSOLE is not set CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_DWC2=y @@ -34,4 +35,3 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y -# CONFIG_REQUIRE_SERIAL_CONSOLE is not set |