mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
ipq9574: Add support for AP-AL02-C10
Same as AL02-C1 RDP with NSS enabled. Change-Id: I5ffcb93721d16db4d598fb82e17fa18c25a9d861 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
dc11926d10
commit
a49fbe815c
2 changed files with 5 additions and 0 deletions
|
|
@ -1164,6 +1164,7 @@ extern unsigned int __machine_arch_type;
|
|||
#define MACH_TYPE_IPQ9574_AP_AL02_C5 0x8050401
|
||||
#define MACH_TYPE_IPQ9574_AP_AL02_C6 0x8050501
|
||||
#define MACH_TYPE_IPQ9574_AP_AL02_C9 0x8050801
|
||||
#define MACH_TYPE_IPQ9574_AP_AL02_C10 0x8050901
|
||||
|
||||
#ifdef CONFIG_ARCH_EBSA110
|
||||
# ifdef machine_arch_type
|
||||
|
|
|
|||
|
|
@ -1505,6 +1505,8 @@ unsigned int get_dts_machid(unsigned int machid)
|
|||
return MACH_TYPE_IPQ9574_AP_AL02_C1;
|
||||
case MACH_TYPE_IPQ9574_AP_AL02_C9:
|
||||
return MACH_TYPE_IPQ9574_AP_AL02_C1;
|
||||
case MACH_TYPE_IPQ9574_AP_AL02_C10:
|
||||
return MACH_TYPE_IPQ9574_AP_AL02_C1;
|
||||
default:
|
||||
return machid;
|
||||
}
|
||||
|
|
@ -1528,6 +1530,8 @@ void ipq_uboot_fdt_fixup(void)
|
|||
break;
|
||||
case MACH_TYPE_IPQ9574_AP_AL02_C9:
|
||||
config = "config@al02-c9";
|
||||
case MACH_TYPE_IPQ9574_AP_AL02_C10:
|
||||
config = "config@al02-c10";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue