Reviewed-by: Max Krummenacher <[email protected]>

On Tue, 2019-04-30 at 12:06 +0200, Marcel Ziswiler wrote:
> This fixes the i.MX 8 fuse driver to actually build for i.MX 8QM as
> well.
> 
> Signed-off-by: Marcel Ziswiler <[email protected]>
> 
> ---
> 
>  drivers/misc/imx8/fuse.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/misc/imx8/fuse.c b/drivers/misc/imx8/fuse.c
> index 29d2256a22..2f2fad2c17 100644
> --- a/drivers/misc/imx8/fuse.c
> +++ b/drivers/misc/imx8/fuse.c
> @@ -15,13 +15,11 @@ DECLARE_GLOBAL_DATA_PTR;
>  #define FSL_ECC_WORD_START_1  0x10
>  #define FSL_ECC_WORD_END_1    0x10F
>  
> -#ifdef CONFIG_IMX8QXP
>  #define FSL_ECC_WORD_START_2  0x220
>  #define FSL_ECC_WORD_END_2    0x31F
>  
>  #define FSL_QXP_FUSE_GAP_START        0x110
>  #define FSL_QXP_FUSE_GAP_END  0x21F
> -#endif
>  
>  #define FSL_SIP_OTP_READ             0xc200000A
>  #define FSL_SIP_OTP_WRITE            0xc200000B

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to