]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP
authorTom Rini <trini@konsulko.com>
Thu, 24 Mar 2022 21:17:56 +0000 (17:17 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2022 14:28:47 +0000 (10:28 -0400)
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>
arch/arm/mach-mvebu/serdes/axp/high_speed_env_lib.c
drivers/ddr/marvell/axp/ddr3_axp.h
drivers/ddr/marvell/axp/ddr3_axp_config.h
include/configs/db-mv784mp-gp.h

index 0b63664dd8be8becca7ae28aeefdb8a7c2e107de..68f8eade27221b24481035c9e07bf21e49e16902 100644 (file)
@@ -62,7 +62,7 @@ static u32 board_id_get(void)
        return DB_78X60_AMC_ID;
 #elif defined(CONFIG_DB_78X60_PCAC_REV2)
        return DB_78X60_PCAC_REV2_ID;
-#elif defined(CONFIG_DB_784MP_GP)
+#elif defined(CONFIG_TARGET_DB_MV784MP_GP)
        return DB_784MP_GP_ID;
 #elif defined(CONFIG_RD_78460_CUSTOMER)
        return RD_78460_CUSTOMER_ID;
index 970651f8702944897ac3ce95c797a7c455b73530..a14c766dda712957b842716332f92df8438979af 100644 (file)
@@ -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
index 437a02efbac9651ea0e75312d095a808e5b6516c..ab09e72623a0c4a7d51f63799f1f84294dc1cd44 100644 (file)
  * 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
index 41d469d795269e414d9ccd008b5c62a3cc390e43..d6850bd32e72856035bfa710b3a8561fdb37d19b 100644 (file)
@@ -6,11 +6,6 @@
 #ifndef _CONFIG_DB_MV7846MP_GP_H
 #define _CONFIG_DB_MV7846MP_GP_H
 
-/*
- * High Level Configuration Options (easy to change)
- */
-#define CONFIG_DB_784MP_GP             /* Board target name for DDR training */
-
 /*
  * TEXT_BASE needs to be below 16MiB, since this area is scrubbed
  * for DDR ECC byte filling in the SPL before loading the main