diff options
author | Icenowy Zheng <uwu@icenowy.me> | 2023-08-02 00:46:29 +0800 |
---|---|---|
committer | Han Gao <rabenda.cn@gmail.com> | 2023-08-02 02:58:25 +0800 |
commit | 54c4a8493c94e22c625c59b08ed2db6de8524032 (patch) | |
tree | f24c07e854b612efc2ffd6d0ff10e311c6faed19 /configs | |
parent | 5742f1a0d770e7711e66d5d2292d5b0860c6676d (diff) |
add default fdt filenames
Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Co-Authored-By: Han Gao <gaohan@iscas.ac.cn>
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/light_a_val_defconfig | 2 | ||||
-rw-r--r-- | configs/light_lpi4a_16g_defconfig | 1 | ||||
-rw-r--r-- | configs/light_lpi4a_defconfig | 1 |
3 files changed, 4 insertions, 0 deletions
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 |