Searched refs:setup_zimage (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/arch/x86/include/asm/ |
D | zimage.h | 35 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
|
/external/u-boot/arch/x86/lib/ |
D | zimage.c | 239 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage() function 350 if (setup_zimage(base_ptr, (char *)base_ptr + COMMAND_LINE_OFFSET, in do_zboot()
|
D | bootm.c | 130 ret = setup_zimage((void *)images->ep, cmd_line_dest, in boot_prep_linux()
|