mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user