mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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 = <¶m>;
|
||||
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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user