Ronald G. Minnich | e0e784a | 2014-11-26 19:25:47 +0000 | [diff] [blame] | 1 | #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 | ||||
12 | static void bootblock_mainboard_init(void) | ||||
13 | { | ||||
14 | } | ||||
15 | #endif | ||||
16 | #endif |