Home
last modified time | relevance | path

Searched refs:ret_nand (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbootm.c516 int ret_nor = 0, ret_nand = 0; in do_imls() local
523 ret_nand = do_imls_nand(); in do_imls()
529 if (ret_nand) in do_imls()
530 return ret_nand; in do_imls()