blob: fe2c982decfeb75febca77bfd4c2863b66e4246d [file] [log] [blame]
Ronald G. Minniche0e784a2014-11-26 19:25:47 +00001#ifdef CONFIG_BOOTBLOCK_CPU_INIT
2#include CONFIG_BOOTBLOCK_CPU_INIT
3#endif
4
5// I'm disappointed that we let this kind of thing creep in.
6// we null out functions with this kind of stuff, AND weak symbols,
7// AND empty cpp function defines. What's next? Ouija boards?
8#if 0
9#ifdef CONFIG_BOOTBLOCK_MAINBOARD_INIT
10#include CONFIG_BOOTBLOCK_MAINBOARD_INIT
11#else
12static void bootblock_mainboard_init(void)
13{
14}
15#endif
16#endif