From: Icenowy Zheng Date: Tue, 1 Aug 2023 16:46:29 +0000 (+0800) Subject: add default fdt filenames X-Git-Tag: accepted/tizen/unified/x/20240510.061411~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54c4a8493c94e22c625c59b08ed2db6de8524032;p=platform%2Fkernel%2Fu-boot-thead.git add default fdt filenames Signed-off-by: Icenowy Zheng Co-Authored-By: Han Gao Signed-off-by: Han Gao --- diff --git a/configs/light_a_val_defconfig b/configs/light_a_val_defconfig index 7a737261..28ea5822 100644 --- a/configs/light_a_val_defconfig +++ b/configs/light_a_val_defconfig @@ -6,6 +6,7 @@ CONFIG_NR_DRAM_BANKS=8 CONFIG_SPL=y CONFIG_SMP=y CONFIG_TARGET_LIGHT_C910=y +CONFIG_TARGET_LIGHT_FM_C910_VAL_A=y # CONFIG_THEAD_PLIC is not set # CONFIG_THEAD_LIGHT_TIMER is not set # CONFIG_THEAD_LIGHT_DIGITAL_SENSOR is not set @@ -84,6 +85,7 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x8888 # CONFIG_SPL_USE_TINY_PRINTF is not set # CONFIG_EFI_LOADER is not set # CONFIG_LIGHT_SEC_BOOT is not set +CONFIG_DEFAULT_FDT_FILE="light-a-val.dtb" CONFIG_BOARD_LATE_INIT=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DM_VIDEO=y diff --git a/configs/light_lpi4a_16g_defconfig b/configs/light_lpi4a_16g_defconfig index d50ed36f..4e86ac8b 100644 --- a/configs/light_lpi4a_16g_defconfig +++ b/configs/light_lpi4a_16g_defconfig @@ -88,6 +88,7 @@ CONFIG_USB_FUNCTION_MASS_STORAGE=y # CONFIG_SPL_USE_TINY_PRINTF is not set # CONFIG_EFI_LOADER is not set # CONFIG_LIGHT_SEC_BOOT is not set +CONFIG_DEFAULT_FDT_FILE="light-lpi4a-16gb.dtb" CONFIG_BOARD_LATE_INIT=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DM_VIDEO=y diff --git a/configs/light_lpi4a_defconfig b/configs/light_lpi4a_defconfig index 8d0cf4ac..840a82bf 100644 --- a/configs/light_lpi4a_defconfig +++ b/configs/light_lpi4a_defconfig @@ -87,6 +87,7 @@ CONFIG_USB_FUNCTION_MASS_STORAGE=y # CONFIG_SPL_USE_TINY_PRINTF is not set # CONFIG_EFI_LOADER is not set # CONFIG_LIGHT_SEC_BOOT is not set +CONFIG_DEFAULT_FDT_FILE="light-lpi4a.dtb" CONFIG_BOARD_LATE_INIT=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DM_VIDEO=y