Home
last modified time | relevance | path

Searched refs:auto_boot (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/x86/lib/
Dzimage.c45 static void build_command_line(char *command_line, int auto_boot) in build_command_line() argument
63 if (auto_boot) in build_command_line()
239 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage() argument
282 build_command_line(cmd_line, auto_boot); in setup_zimage()
/external/u-boot/arch/x86/include/asm/
Dzimage.h35 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,