mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-19 02:31:24 +01:00
Merge "ipq5018: Add mp03.1 support in tiny U-boot"
This commit is contained in:
commit
0d23afea12
3 changed files with 5 additions and 1 deletions
|
|
@ -74,7 +74,9 @@ dtb-$(CONFIG_ARCH_IPQ5018) += ipq5018-emulation.dtb \
|
|||
ipq5018-mp03.1.dtb
|
||||
else
|
||||
dtb-$(CONFIG_ARCH_IPQ5018) += ipq5018-db-mp02.1.dtb \
|
||||
ipq5018-mp02.1.dtb
|
||||
ipq5018-mp02.1.dtb \
|
||||
ipq5018-mp03.1.dtb \
|
||||
ipq5018-db-mp03.1.dtb
|
||||
endif
|
||||
|
||||
dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
model ="QCA, IPQ5018/DB-MP02.1";
|
||||
compatible = "qca,ipq5018", "qca,ipq5018-db-mp02.1";
|
||||
machid = <0x1040003>;
|
||||
config_name = "config@db-mp02.1";
|
||||
config_name = "config@1";
|
||||
|
||||
aliases {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
model ="QCA, IPQ5018-MP02.1";
|
||||
compatible = "qca,ipq5018", "qca,ipq5018-mp02.1";
|
||||
machid = <0x8040000>;
|
||||
config_name = "config@mp02.1";
|
||||
config_name = "config@1";
|
||||
|
||||
aliases {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue