summaryrefslogtreecommitdiff
path: root/common/cmd_pxe.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-03-31 08:43:12 -0400
committerTom Rini <trini@ti.com>2013-03-31 08:43:12 -0400
commit5644369450635fa5c2967bee55b1ac41f6e988d0 (patch)
tree29c272d5a27389635f37171ad142174fb039b0d8 /common/cmd_pxe.c
parent1d3dea12e21275eab5af1b50ef4a3be89cfffc15 (diff)
parentd999398822c6d57335677bc4ecc6bea4a569492f (diff)
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Diffstat (limited to 'common/cmd_pxe.c')
-rw-r--r--common/cmd_pxe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
index ee75db9685..2dbd49cbd6 100644
--- a/common/cmd_pxe.c
+++ b/common/cmd_pxe.c
@@ -1280,7 +1280,8 @@ static struct menu *pxe_menu_to_menu(struct pxe_menu *cfg)
/*
* Create a menu and add items for all the labels.
*/
- m = menu_create(cfg->title, cfg->timeout, cfg->prompt, label_print);
+ m = menu_create(cfg->title, cfg->timeout, cfg->prompt, label_print,
+ NULL, NULL);
if (!m)
return NULL;