dtsi: dtbo: change dto partition name to dtbo [1/1]

PD#173146

Problem:
All devices launching with Android 9 must use dtbo partition
and previous leave out curie dtsi

Solution:
Android P request device tree overlay partition name is dtbo

Verify:
verified by p241

Change-Id: If3067ef4d67c7b692668f28b3e5a2233ea393a1a
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
Luan Yuan
2018-10-15 13:58:53 +08:00
committed by Jianxin Pan
parent c08c90524f
commit 0f59b37c5e

View File

@@ -15,7 +15,7 @@
part-0 = <&logo>;
part-1 = <&recovery>;
part-2 = <&misc>;
part-3 = <&dto>;
part-3 = <&dtbo>;
part-4 = <&cri_data>;
part-5 = <&param>;
part-6 = <&boot>;
@@ -45,8 +45,8 @@
size = <0x0 0x800000>;
mask = <1>;
};
dto:dto{
pname = "dto";
dtbo:dtbo{
pname = "dtbo";
size = <0x0 0x800000>;
mask = <1>;
};