[U-Boot] [PATCH v2 05/22] configs: colibri_vf: remove obsolete mmc/sd card environment

Lukasz Majewski lukma at denx.de
Mon Apr 1 08:19:21 UTC 2019


On Mon, 25 Mar 2019 17:24:55 +0100
Marcel Ziswiler <marcel at ziswiler.com> wrote:

> From: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> 
> Remove obsolete MMC/SD card environment configuration dating back to
> un-fused samples times.
> 
> While at it also remove meanwhile spurious "USB Storage" comment.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> Reviewed-by: Igor Opaniuk <igor.opaniuk at toradex.com>
> 
> ---
> 
> Changes in v2: None
> 
>  include/configs/colibri_vf.h | 9 ---------
>  1 file changed, 9 deletions(-)
> 
> diff --git a/include/configs/colibri_vf.h
> b/include/configs/colibri_vf.h index 2fe7f217fa..7b974d9e97 100644
> --- a/include/configs/colibri_vf.h
> +++ b/include/configs/colibri_vf.h
> @@ -145,13 +145,6 @@
>  	(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
>  
>  /* Environment organization */
> -
> -#ifdef CONFIG_ENV_IS_IN_MMC
> -#define CONFIG_SYS_MMC_ENV_DEV		0
> -#define CONFIG_ENV_OFFSET		(12 * 64 * 1024)
> -#define CONFIG_ENV_SIZE			(8 * 1024)
> -#endif
> -
>  #ifdef CONFIG_ENV_IS_IN_NAND
>  #define CONFIG_ENV_SIZE			(64 * 2048)
>  #define CONFIG_ENV_RANGE		(4 * 64 * 2048)
> @@ -165,6 +158,4 @@
>  /* USB DFU */
>  #define CONFIG_SYS_DFU_DATA_BUF_SIZE (1024 * 1024)
>  
> -/* USB Storage */
> -
>  #endif /* __CONFIG_H */

Reviewed-by: Lukasz Majewski <lukma at denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190401/66931e5e/attachment.sig>


More information about the U-Boot mailing list