]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mtd: rawnand: sunxi_spl: cosmetic: use definitions from linux/mtd/rawnand.h
authorRichard Genoud <richard.genoud@bootlin.com>
Fri, 23 Jan 2026 11:44:39 +0000 (12:44 +0100)
committerMichael Trimarchi <michael@amarulasolutions.com>
Tue, 3 Feb 2026 20:44:30 +0000 (21:44 +0100)
commit46d5ef0416a68e2e7084c5443cf0c76f44593b1a
treeab4b0ffafdbe526411daaef70d6a16b621d2fdf5
parent322470fe733a4680d8df28e36ee86008bdccc985
mtd: rawnand: sunxi_spl: cosmetic: use definitions from linux/mtd/rawnand.h

Remove unneeded definitions NFC_CMD_R* in sunxi_nand_spl.c

No need to define NFC_CMD_RNDOUTSTART, NFC_CMD_RNDOUT and
NFC_CMD_READSTART here since they are already in linux/mtd/rawnand.h

Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
drivers/mtd/nand/raw/sunxi_nand_spl.c