]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8360erdk/nand.c
Add wait flags to support board/chip specific delays
[karo-tx-uboot.git] / board / freescale / mpc8360erdk / nand.c
index aa43350f2d52a20da238ecbf36f21a58fe6384f4..9ffffb436cf667fe04608f5a7e61b0df78d7b1d1 100644 (file)
@@ -76,7 +76,7 @@ static struct fsl_upm_nand fun = {
        .upm_cmd_offset = 8,
        .upm_addr_offset = 16,
        .dev_ready = dev_ready,
-       .wait_pattern = 1,
+       .wait_flags = FSL_UPM_WAIT_RUN_PATTERN,
        .chip_delay = 50,
 };