summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-08-28 12:01:38 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-28 12:05:50 +0200
commit17828c5be2c0a7c07ce7d37828276adb374abcf0 (patch)
tree9542d17d4340ee780a015153dfeb982d3e33d086 /drivers/mtd/nand/Makefile
parent058556a5163c68e13ce165f861b895b9f6e9ac32 (diff)
downloadbarebox-17828c5be2c0a7c07ce7d37828276adb374abcf0.tar.gz
barebox-17828c5be2c0a7c07ce7d37828276adb374abcf0.tar.xz
ARM: omap: am35xx_emif4: Fix bit polling
((x & (1 << 10)) == 0x1) can never be true as the compiler mourns about. Fix this to actually do what the comment says: Wait till bit 10 is cleared. Looking at the corresponding U-Boot code also suggests that this is the right thing to do. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd/nand/Makefile')
0 files changed, 0 insertions, 0 deletions