need a way to run board specific lowlevel inits

like for vreg. this is a start.
This commit is contained in:
Mariano Alvira 2010-02-24 18:47:53 -05:00
parent 9a4a1a04d0
commit 0c4f5c61ef
5 changed files with 35 additions and 25 deletions

8
board/std_conf.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef STDCONF_H
#define STDCONF_H
#ifndef vreg_init()
#define vreg_init() default_vreg_init()
#endif
#endif