mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
2acf758264
PD#SWPL-160875 Problem: Since kmalloc is used to apply for a large 512KB buffer when reading dtb, its memory usage needs to be reduced. Solution: Use vmalloc to apply for 512KB, and use kmalloc to apply for 16KB of space for DMA transfer. Verify: txhd2 Change-Id: I4d471412cec433c1a2480bbc0e41846128995a2a Signed-off-by: jinbiao <jinbiao.ou@amlogic.com>