Commit 144d509378dfd9630d8c50fb65f702ad763ea8c8

Authored by Stefan Roese
Committed by Luka Perkov
1 parent 2bae75a488

arm: mvebu: db-mv784mp-gp: Fix ECC I2C address

The macro to select the I2C address for ECC bus-width detection
was defined incorrectly for the Marvell DB-MV784MP-GP board. This
patch changes the macro to the correct value to fix this issue.

Signed-off-by: Stefan Roese <sr@denx.de>

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

drivers/ddr/mvebu/ddr3_axp.h
... ... @@ -35,7 +35,7 @@
35 35  
36 36 #define ECC_SUPPORT
37 37 #define NEW_FABRIC_TWSI_ADDR 0x4E
38   -#ifdef DB_784MP_GP
  38 +#ifdef CONFIG_DB_784MP_GP
39 39 #define BUS_WIDTH_ECC_TWSI_ADDR 0x4E
40 40 #else
41 41 #define BUS_WIDTH_ECC_TWSI_ADDR 0x4F