diff options
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index ae0ecb2..de5adb4 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -84,7 +84,9 @@ void nand_init (void); static char *failed = "*** failed ***\n"; +#if defined(CONFIG_OXC) || defined(CONFIG_PCU_E) || defined(CONFIG_RMU) extern flash_info_t flash_info[]; +#endif #include <environment.h> |