]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rpi: Pass CMA through from firmware DT
authorPeter Robinson <pbrobinson@gmail.com>
Fri, 11 Oct 2024 17:09:11 +0000 (18:09 +0100)
committerPeter Robinson <pbrobinson@gmail.com>
Wed, 11 Dec 2024 09:41:22 +0000 (09:41 +0000)
commit28a620d2815ca65f1ef884236d026409bf15bbbb
tree3eadabc08669d94c5995840ebeb69ff730cbc311
parentb841e559cd26ffcb20f22e8ee75debed9616c002
board: rpi: Pass CMA through from firmware DT

For a lot of usecases, such as display, camera, media
the Raspberry Pi needs a lot more CMA than distros
configure as default so we should pass this parameter
through so things work as expected. Fix a spelling
mistake while we're at it.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Matthias Brugger <mbrugger@suse.com>
board/raspberrypi/rpi/rpi.c