mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 14:41:26 +01:00
mtd: nand: raw: atmel: Remove duplicate line
Signed-off-by: Alexander Dahl <ada@thorsis.com> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
This commit is contained in:
parent
87d1cac49d
commit
0498ff9338
@ -1474,7 +1474,6 @@ static void atmel_nand_init(struct atmel_nand_controller *nc,
|
|||||||
|
|
||||||
mtd->dev->parent = nc->dev;
|
mtd->dev->parent = nc->dev;
|
||||||
nand->controller = &nc->base;
|
nand->controller = &nc->base;
|
||||||
nand->controller = &nc->base;
|
|
||||||
|
|
||||||
chip->cmd_ctrl = atmel_nand_cmd_ctrl;
|
chip->cmd_ctrl = atmel_nand_cmd_ctrl;
|
||||||
chip->read_byte = atmel_nand_read_byte;
|
chip->read_byte = atmel_nand_read_byte;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user