mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
cmd_nand: Remove duplicate include
Also remove vague, unnecessary comment Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
efe12bcec5
commit
9574fd63a9
1 changed files with 0 additions and 8 deletions
|
@ -9,14 +9,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
* New NAND support
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
#include <common.h>
|
|
||||||
#include <linux/mtd/mtd.h>
|
#include <linux/mtd/mtd.h>
|
||||||
|
|
||||||
#if defined(CONFIG_CMD_NAND)
|
#if defined(CONFIG_CMD_NAND)
|
||||||
|
|
Loading…
Add table
Reference in a new issue