]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/exports.c
Add functions to list of exported functions
[people/ms/u-boot.git] / common / exports.c
index a579554ab52a0de8a47e08eef84746025ff0535c..ec4656bfbd172116be925a860cccb84d1c23ca77 100644 (file)
@@ -28,6 +28,8 @@ void jumptable_init (void)
        gd->jt[XF_get_timer] = (void *) get_timer;
        gd->jt[XF_simple_strtoul] = (void *) simple_strtoul;
        gd->jt[XF_udelay] = (void *) udelay;
+       gd->jt[XF_simple_strtol] = (void *) simple_strtol;
+       gd->jt[XF_strcmp] = (void *) strcmp;
 #if defined(CONFIG_I386) || defined(CONFIG_PPC)
        gd->jt[XF_install_hdlr] = (void *) irq_install_handler;
        gd->jt[XF_free_hdlr] = (void *) irq_free_handler;