diff options
Diffstat (limited to 'configs/bananapi-m5_defconfig')
-rw-r--r-- | configs/bananapi-m5_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/bananapi-m5_defconfig b/configs/bananapi-m5_defconfig index 94b27d566fe..696d2fcc5c1 100644 --- a/configs/bananapi-m5_defconfig +++ b/configs/bananapi-m5_defconfig @@ -7,6 +7,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x20000000 CONFIG_ENV_SIZE=0x2000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="meson-sm1-bananapi-m5" +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y CONFIG_MESON_G12A=y CONFIG_DEBUG_UART_BASE=0xff803000 @@ -74,4 +75,3 @@ CONFIG_VIDEO_BMP_RLE8=y CONFIG_BMP_16BPP=y CONFIG_BMP_24BPP=y CONFIG_BMP_32BPP=y -CONFIG_OF_LIBFDT_OVERLAY=y |