diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-25 12:03:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-25 12:03:24 -0400 |
commit | bf17bcc5b16edcdf679e362e578cde13736ac5bf (patch) | |
tree | 1d343e8d87dbaaf37a5c55bb44a6f0bf67c49ce6 /configs/rock-pi-4-rk3399_defconfig | |
parent | 50b4b80f597b9f59b98adbdbad691b1027bd501a (diff) | |
download | u-boot-bf17bcc5b16edcdf679e362e578cde13736ac5bf.tar.gz u-boot-bf17bcc5b16edcdf679e362e578cde13736ac5bf.tar.xz u-boot-bf17bcc5b16edcdf679e362e578cde13736ac5bf.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rock-pi-4-rk3399_defconfig')
-rw-r--r-- | configs/rock-pi-4-rk3399_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig index 91e60da803..554945dd19 100644 --- a/configs/rock-pi-4-rk3399_defconfig +++ b/configs/rock-pi-4-rk3399_defconfig @@ -9,6 +9,7 @@ CONFIG_DEBUG_UART_BASE=0xFF1A0000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEBUG_UART=y CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-rock-pi-4.dtb" +CONFIG_MISC_INIT_R=y # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set @@ -56,4 +57,3 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SPL_TINY_MEMSET=y CONFIG_ERRNO_STR=y -CONFIG_MISC_INIT_R=y |