diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2012-08-13 22:48:26 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2012-09-17 19:42:46 -0500 |
commit | 365b2c0761040764953e659f3385840e33823807 (patch) | |
tree | 5a0d6543e0859bec8bf0cb300b84ac16b5acacc6 /include | |
parent | 80c8ab7b25579529809792eef51fe660308fecb6 (diff) | |
download | u-boot-imx-365b2c0761040764953e659f3385840e33823807.zip u-boot-imx-365b2c0761040764953e659f3385840e33823807.tar.gz u-boot-imx-365b2c0761040764953e659f3385840e33823807.tar.bz2 |
mxc nand: cosmectic: Light cleanup
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fsl_nfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_nfc.h b/include/fsl_nfc.h index 6691e41..1c16c71 100644 --- a/include/fsl_nfc.h +++ b/include/fsl_nfc.h @@ -166,5 +166,6 @@ struct fsl_nfc_regs { #define NFC_RST (1 << 6) #define NFC_CE (1 << 7) #define NFC_ONE_CYCLE (1 << 8) +#define NFC_FP_INT (1 << 11) #endif /* __FSL_NFC_H */ |