diff options
Diffstat (limited to 'include/nand.h')
| -rw-r--r-- | include/nand.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/nand.h b/include/nand.h index d5af4324c..764e9f972 100644 --- a/include/nand.h +++ b/include/nand.h @@ -126,5 +126,7 @@ int nand_get_lock_status(nand_info_t *meminfo, ulong offset);  void board_nand_select_device(struct nand_chip *nand, int chip);  #endif +__attribute__((noreturn)) void nand_boot(void); +  #endif /* !CFG_NAND_LEGACY */  #endif |