[U-Boot] [PATCH] nitrogen6x: Remove unused OCOTP options
Eric Nelson
eric.nelson at boundarydevices.com
Fri Nov 8 15:49:18 CET 2013
Thanks Fabio,
On 11/08/2013 06:08 AM, Fabio Estevam wrote:
> OCOTP driver is currently selected via CONFIG_MXC_OCOTP option.
>
> Remove the old OCOTP related options, as they are not used anymore.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> include/configs/nitrogen6x.h | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
> index 3454b86..d2eb853 100644
> --- a/include/configs/nitrogen6x.h
> +++ b/include/configs/nitrogen6x.h
> @@ -56,16 +56,6 @@
> #define CONFIG_I2C_MXC
> #define CONFIG_SYS_I2C_SPEED 100000
>
> -/* OCOTP Configs */
> -#define CONFIG_CMD_IMXOTP
> -#ifdef CONFIG_CMD_IMXOTP
> -#define CONFIG_IMX_OTP
> -#define IMX_OTP_BASE OCOTP_BASE_ADDR
> -#define IMX_OTP_ADDR_MAX 0x7F
> -#define IMX_OTP_DATA_ERROR_VAL 0xBADABADA
> -#define IMX_OTPWRITE_ENABLED
> -#endif
> -
> /* MMC Configs */
> #define CONFIG_FSL_ESDHC
> #define CONFIG_FSL_USDHC
>
Acked-by: Eric Nelson <eric.nelson at boundarydevices.com>
More information about the U-Boot
mailing list