mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
9e5c2a755a
This patch adds support for Gigadevices SPI NAND device to the new SPI NAND infrastructure in U-Boot. Currently only the 128MiB GD5F1GQ4UC device is supported. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Miquel Raynal <miquel.raynal@bootlin.com> Cc: Boris Brezillon <boris.brezillon@bootlin.com> Cc: Jagan Teki <jagan@openedev.com> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Jagan Teki <jagan@openedev.com>
4 lines
142 B
Makefile
4 lines
142 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
spinand-objs := core.o gigadevice.o macronix.o micron.o winbond.o
|
|
obj-$(CONFIG_MTD_SPI_NAND) += spinand.o
|