Commit 0883b0b58eac1a82e4c332f4506cdaeb92e09727

Authored by Marcel Ziswiler
Committed by Albert ARIBAUD
1 parent 6c81a93db7

arm: vf610: fix double iomux configuration for vf610twr board

Get rid of double VF610_PAD_DDR_A15__DDR_A_15 iomux configuration.

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

board/freescale/vf610twr/vf610twr.c
... ... @@ -31,7 +31,6 @@
31 31 {
32 32 static const iomux_v3_cfg_t ddr_pads[] = {
33 33 VF610_PAD_DDR_A15__DDR_A_15,
34   - VF610_PAD_DDR_A15__DDR_A_15,
35 34 VF610_PAD_DDR_A14__DDR_A_14,
36 35 VF610_PAD_DDR_A13__DDR_A_13,
37 36 VF610_PAD_DDR_A12__DDR_A_12,