kernel: add Android P 64bit support

PD#SH-8250

Problem:
vendor partition size is low

Solution:
add vendor partition size

Verify:
p1

Signed-off-by: junlan.duan <junlan.duan@amlogic.com>
Change-Id: If9b43379355dec22bc11d5cb4f40b82e632927af
This commit is contained in:
junlan.duan
2021-10-26 10:27:10 +08:00
committed by Chris
parent e21136bd5e
commit e85d5e5b1f

View File

@@ -7,7 +7,7 @@
*
*/
#include "firmware_normal.dtsi"
#include "firmware_system.dtsi"
/ {
partitions: partitions{
@@ -90,7 +90,7 @@
vendor:vendor
{
pname = "vendor";
size = <0x0 0x14000000>;
size = <0x0 0x1D000000>;
mask = <1>;
};
odm:odm