From 3c73b0a49a5c974bb313f8087dd0cfc54ea90ad2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 24 Jun 2015 17:09:46 +0100 Subject: imx6: standardise OCOTP and fuse config to mx6_common According to README.mxc_ocotp the OCOTP is a stanard i.MX6 SoC feature so centralise the config in mx6_common.h so functionality is standard across all boards Signed-off-by: Peter Robinson Acked-by: Stefano Babic --- include/configs/mx6slevk.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/mx6slevk.h') diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index a7da111ee9..3cecd94039 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -192,9 +192,4 @@ #define CONFIG_IMX6_THERMAL -#define CONFIG_CMD_FUSE -#if defined(CONFIG_CMD_FUSE) || defined(CONFIG_IMX6_THERMAL) -#define CONFIG_MXC_OCOTP -#endif - #endif /* __CONFIG_H */ -- cgit