Home
last modified time | relevance | path

Searched hist:bf44f3f327acddba202ff67f70192926ea47dfd1 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dexports.cbf44f3f327acddba202ff67f70192926ea47dfd1 Wed Nov 04 21:34:42 UTC 2009 Mike Frysinger <vapier@gentoo.org> exports: rewrite jump table init

The current jump table init fails to initialize a bunch of exported
symbols (forceenv/do_reset/etc...). Rather than fix just these few
missing pieces, rewrite the code to utilize the existing list of
exported symbols -- _exports.h. Since every exported symbol has to
be listed in this header, it makes sense to use it so that we only
ever have one list that needs to be updated and things can't fall
out of sync again.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>