Hi, does entry point adress defined uboot image header correspond to adress of which function in linux kernel ?
file :/common/cmd_bootm.c
function : do_bootm_linux
kernel = (void (*)(bd_t *, ulong, ulong, ulong, ulong))hdr->ih_ep;
Thanks,
Hi, does entry point adress defined uboot image header correspond to adress of which function in linux kernel ?
file :/common/cmd_bootm.c
function : do_bootm_linux
kernel = (void (*)(bd_t *, ulong, ulong, ulong, ulong))hdr->ih_ep;
Thanks,