mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP
The value CONFIG_DB_784MP_GP is only used in the DDR code to refer to CONFIG_TARGET_DB_MV784MP_GP so just use that second value directly. Cc: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
53f2222c71
commit
225aaacf36
4 changed files with 3 additions and 8 deletions
|
@ -37,7 +37,7 @@
|
|||
#define ECC_SUPPORT
|
||||
#endif
|
||||
#define NEW_FABRIC_TWSI_ADDR 0x4E
|
||||
#ifdef CONFIG_DB_784MP_GP
|
||||
#ifdef CONFIG_TARGET_DB_MV784MP_GP
|
||||
#define BUS_WIDTH_ECC_TWSI_ADDR 0x4E
|
||||
#else
|
||||
#define BUS_WIDTH_ECC_TWSI_ADDR 0x4F
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue