| /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ | |
| /* | |
| * drivers/mtd/nand/amlogic_mtd/new_nand.c | |
| * | |
| * Copyright (C) 2020 Amlogic, Inc. All rights reserved. | |
| * | |
| */ | |
| #include <common.h> | |
| #include <environment.h> | |
| #include <nand.h> | |
| #include <asm/arch/nand.h> | |
| #include <linux/mtd/nand.h> | |