[PATCH 08/16] Generalize handle_ramdisks() and rename to handle_cmdline_files().
From: Mark Salter <hidden>
Date: 2013-08-13 13:57:49
Also in:
linux-efi, lkml
From: Mark Salter <hidden>
Date: 2013-08-13 13:57:49
Also in:
linux-efi, lkml
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote:
The handle_cmdline_files now takes the option to handle as a string, and returns the loaded data through parameters, rather than taking an x86 specific setup_header structure. For ARM, this will be used to load a device tree blob in addition to initrd images. Signed-off-by: Roy Franz <redacted> ---
Tested on arm64. Acked-by: Mark Salter <redacted>