mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -1474,7 +1474,6 @@ static void atmel_nand_init(struct atmel_nand_controller *nc,
|
|||
|
||||
mtd->dev->parent = nc->dev;
|
||||
nand->controller = &nc->base;
|
||||
nand->controller = &nc->base;
|
||||
|
||||
chip->cmd_ctrl = atmel_nand_cmd_ctrl;
|
||||
chip->read_byte = atmel_nand_read_byte;
|
||||
|
|
Loading…
Add table
Reference in a new issue