diff options
Diffstat (limited to 'drivers/mtd/nand/mxs_nand.h')
-rw-r--r-- | drivers/mtd/nand/mxs_nand.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mtd/nand/mxs_nand.h b/drivers/mtd/nand/mxs_nand.h new file mode 100644 index 0000000000..9bb7148d98 --- /dev/null +++ b/drivers/mtd/nand/mxs_nand.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * NXP GPMI NAND flash driver + * + * Copyright (C) 2018 Toradex + * Authors: + * Stefan Agner <stefan.agner@toradex.com> + */ + +int mxs_nand_init_spl(struct nand_chip *nand); |