]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootstage: Export bootstage_add_record() function
authorSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2012 08:56:35 +0000 (08:56 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 2 Oct 2012 20:39:33 +0000 (22:39 +0200)
commit094e06a523ba040f81857609f9d889b4b57ee151
treeb3363e28ba02801492223454c5fa163a4815f1ad
parent221953d41dea8dce027b9ce6beee700d97ac2c83
bootstage: Export bootstage_add_record() function

This function is not static, but not exported either. Add a prototype
in the header file and move the required enum to the header also.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bootstage.c
include/bootstage.h