diff options
author | Tom Rini | 2023-05-01 11:50:26 -0400 |
---|---|---|
committer | Tom Rini | 2023-05-01 11:50:26 -0400 |
commit | c960c0fd38be57abffb68996e53408ba5f675ee9 (patch) | |
tree | 6d2103d21d37248d22477fc198d6003f27331239 /configs/odroid-n2_defconfig | |
parent | 27dc8826441f0c5dd6aa6617a32909d9049f1202 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/odroid-n2_defconfig')
-rw-r--r-- | configs/odroid-n2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/odroid-n2_defconfig b/configs/odroid-n2_defconfig index abf642c5e19..e55de380a41 100644 --- a/configs/odroid-n2_defconfig +++ b/configs/odroid-n2_defconfig @@ -8,6 +8,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x20000000 CONFIG_ENV_SIZE=0x2000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="meson-g12b-odroid-n2" +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y CONFIG_MESON_G12A=y CONFIG_DEBUG_UART_BASE=0xff803000 @@ -72,4 +73,3 @@ CONFIG_VIDEO_DT_SIMPLEFB=y CONFIG_BMP_16BPP=y CONFIG_BMP_24BPP=y CONFIG_BMP_32BPP=y -CONFIG_OF_LIBFDT_OVERLAY=y |