Skip to content
Snippets Groups Projects
Commit d7884e04 authored by Tom Rini's avatar Tom Rini
Browse files

cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz()


When we call do_bootm() with a vmlinuz, this would lead to a NULL
pointer dereference, and after talking with Wolfgang the right thing to
do here for now is to make sure that we pass cmdtp to these functions
rather than NULL.

Reported-by: default avatarSteven A. Falco <stevenfalco@gmail.com>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 3d187b39
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment