mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
board: qca: arm : ipq5332: Add config_name for AP-MI04.1-C2 RDP
This patch adds config_name for AP-MI04.1-C2 RDP to support the OpenWrt version 23.05 Change-Id: I7198ad3a73fd8a58022a133cba9494d8af458566 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
18b9df54bf
commit
6e270602f8
2 changed files with 2 additions and 1 deletions
|
|
@ -899,6 +899,7 @@ void ipq_uboot_fdt_fixup(void)
|
||||||
add_config_entry("config@rdp478");
|
add_config_entry("config@rdp478");
|
||||||
add_config_entry("config-rdp478");
|
add_config_entry("config-rdp478");
|
||||||
add_config_entry("config@1");
|
add_config_entry("config@1");
|
||||||
|
add_config_entry("config-1");
|
||||||
break;
|
break;
|
||||||
case MACH_TYPE_IPQ5332_AP_MI01_14:
|
case MACH_TYPE_IPQ5332_AP_MI01_14:
|
||||||
add_config_entry("config@mi01.14");
|
add_config_entry("config@mi01.14");
|
||||||
|
|
|
||||||
|
|
@ -501,7 +501,7 @@ extern loff_t board_env_size;
|
||||||
#define CONFIG_LIST_OF_CONFIG_NAMES_SUPPORT
|
#define CONFIG_LIST_OF_CONFIG_NAMES_SUPPORT
|
||||||
|
|
||||||
#ifdef CONFIG_LIST_OF_CONFIG_NAMES_SUPPORT
|
#ifdef CONFIG_LIST_OF_CONFIG_NAMES_SUPPORT
|
||||||
#define CONFIG_NAME_MAX_ENTRIES 5
|
#define CONFIG_NAME_MAX_ENTRIES 6
|
||||||
#define CONFIG_NAME_MAX_LEN 32
|
#define CONFIG_NAME_MAX_LEN 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue