Files
kernel_common_drivers/drivers/mmc
jinbiao 2acf758264 emmc: Optimize dtb memory usage. [1/1]
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>
2024-04-15 20:02:03 -07:00
..
2022-02-22 11:00:37 +08:00
2022-01-20 22:50:43 -07:00