ODROID-COMMON: Fix to disappear boot logo.

Change-Id: I89fe590a492866ca4f9e595d3c3da17d74dc1463
This commit is contained in:
Chris
2022-04-28 11:28:10 +09:00
parent c618899067
commit ed726fcebe

View File

@@ -63,7 +63,7 @@
reusable;
size = <0x0 0x800000>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x7f800000 0x0 0x800000>;
alloc-ranges = <0x0 0x3d800000 0x0 0x800000>;
};
ion_cma_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
@@ -391,7 +391,7 @@
status = "okay";
display_size_default = <1920 1080 1920 2160 32>;
mem_size = <0x00800000 0x4b80000 0x100000 0x100000 0x800000>;
logo_addr = "0x7f800000";
logo_addr = "0x3d800000";
mem_alloc = <1>;
pxp_mode = <0>; /** 0:normal mode 1:pxp mode */
4k2k_fb = <1>;