mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +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
|
@ -138,7 +138,7 @@
|
|||
* Enables I2C auto detection different options
|
||||
*/
|
||||
#if defined(CONFIG_DB_88F78X60) || defined(CONFIG_DB_88F78X60_REV2) || \
|
||||
defined(CONFIG_DB_784MP_GP)
|
||||
defined(CONFIG_TARGET_DB_MV784MP_GP)
|
||||
#define AUTO_DETECTION_SUPPORT
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue