diff options
Diffstat (limited to 'lib_arm/board.c')
-rw-r--r-- | lib_arm/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c index eebf5e4..6e19ddc 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -248,6 +248,7 @@ void start_armboot (void) #endif /* CONFIG_VFD */ #if (CONFIG_COMMANDS & CFG_CMD_NAND) + puts ("NAND:"); nand_init(); /* go init the NAND */ #endif |