mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ODROID-COMMON: Fix to disappear boot logo.
Change-Id: I89fe590a492866ca4f9e595d3c3da17d74dc1463
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user