mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
bootm: Make cmdline optional with bootm_boot_start()
Allow the default command line to be used when booting the OS. This is needed by fastboot. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
637425bab3
commit
26736347bf
@ -198,7 +198,7 @@ void zimage_dump(struct boot_params *base_ptr, bool show_cmdline);
|
||||
* bootm_boot_start() - Boot an image at the given address
|
||||
*
|
||||
* @addr: Image address
|
||||
* @cmdline: Command line to set
|
||||
* @cmdline: Command line to set, NULL for default
|
||||
*/
|
||||
int bootm_boot_start(ulong addr, const char *cmdline);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user