]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
arm: mvebu: create generic 88F6820 config option
authorChris Packham <judge.packham@gmail.com>
Thu, 22 Sep 2016 00:56:13 +0000 (12:56 +1200)
committerStefan Roese <sr@denx.de>
Sat, 24 Sep 2016 08:07:48 +0000 (10:07 +0200)
88F6820 is a specific Armada-38x chip that is used on the DB-88F6820-GP
board. Rather than having DB_88F6820_GP and TARGET_DB_88F6820_GP which
selects the former. Rename DB_88F6820_GP to 88F6820 so that other boards
using the 88F6820 can be added.

Stefan:
Change 88F6820 for clearfog as well.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/Kconfig
arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c

index 220886aa592a967af5d01414e17a18f386c6a3a2..8ce0c9ee45a93ac5ad3ffcb26138f3d74238867b 100644 (file)
@@ -21,7 +21,7 @@ config MV78460
        bool
        select ARMADA_XP
 
-config DB_88F6820_GP
+config 88F6820
        bool
        select ARMADA_38X
 
@@ -31,7 +31,7 @@ choice
 
 config TARGET_CLEARFOG
        bool "Support ClearFog"
-       select DB_88F6820_GP
+       select 88F6820
 
 config TARGET_DB_88F6720
        bool "Support DB-88F6720 Armada 375"
@@ -39,7 +39,7 @@ config TARGET_DB_88F6720
 
 config TARGET_DB_88F6820_GP
        bool "Support DB-88F6820-GP"
-       select DB_88F6820_GP
+       select 88F6820
 
 config TARGET_DB_MV784MP_GP
        bool "Support db-mv784mp-gp"
index 49d704a36230aed0024e523a2c2a5f97ae7c185a..cc3e5e23c0ddaab9778cd9b613232e247785a036 100644 (file)
@@ -45,7 +45,7 @@ u32 g_dev_id = -1;
 
 u32 mv_board_id_get(void)
 {
-#if defined(CONFIG_DB_88F6820_GP)
+#if defined(CONFIG_TARGET_DB_88F6820_GP)
        return DB_GP_68XX_ID;
 #else
        /*