[U-Boot] [PATCH 07/14] Convert CONFIG_CMD_REGINFO to Kconfig

Wolfgang Denk wd at denx.de
Wed Jul 12 13:11:14 UTC 2017


Dear Christophe Leroy,

In message <2fb524f1d8748bbc74a9a466ef1c798cecfdee27.1499629706.git.christophe.leroy at c-s.fr> you wrote:

In cases like here...

> --- a/include/configs/B4860QDS.h
> +++ b/include/configs/B4860QDS.h
> @@ -702,7 +702,6 @@ unsigned long get_board_ddr_clk(void);
>  /*
>   * Command line configuration.
>   */
> -#define CONFIG_CMD_REGINFO
>  
>  #ifdef CONFIG_PCI
>  #define CONFIG_CMD_PCI

or here:

> diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h
> index 59b2252e6f..ef8a5e7550 100644
> --- a/include/configs/BSC9131RDB.h
> +++ b/include/configs/BSC9131RDB.h
> @@ -293,7 +293,6 @@ extern unsigned long get_sdram_size(void);
>  /*
>   * Command line configuration.
>   */
> -#define CONFIG_CMD_REGINFO
>  
>  /*
>   * Miscellaneous configurable options

or here:

> diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h
> index 407e499de1..99f821a020 100644
> --- a/include/configs/BSC9132QDS.h
> +++ b/include/configs/BSC9132QDS.h
> @@ -520,7 +520,6 @@ combinations. this should be removed later
>  /*
>   * Command line configuration.
>   */
> -#define CONFIG_CMD_REGINFO
>  
>  /*
>   * Miscellaneous configurable options

or here:

> diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h
> index 398d0e0550..332a9b3437 100644
> --- a/include/configs/C29XPCIE.h
> +++ b/include/configs/C29XPCIE.h
> @@ -436,7 +436,6 @@
>  /*
>   * Command line configuration.
>   */
> -#define CONFIG_CMD_REGINFO
>  
>  /*
>   * Miscellaneous configurable options

...and so on you should also remove the now useless comments, please!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
HEALTH WARNING: Care Should Be Taken When Lifting This Product, Since
Its Mass, and Thus Its Weight, Is Dependent on Its Velocity  Relative
to the User.


More information about the U-Boot mailing list