diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-06-24 17:09:46 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-07-10 09:34:16 +0200 |
commit | 3c73b0a49a5c974bb313f8087dd0cfc54ea90ad2 (patch) | |
tree | e603008dca7f6ff2c4e4c8d6f100649c2bb7c46c /include/configs/tbs2910.h | |
parent | 3b7ad216e26567342162722fca7b2e142e694d0f (diff) | |
download | u-boot-imx-3c73b0a49a5c974bb313f8087dd0cfc54ea90ad2.zip u-boot-imx-3c73b0a49a5c974bb313f8087dd0cfc54ea90ad2.tar.gz u-boot-imx-3c73b0a49a5c974bb313f8087dd0cfc54ea90ad2.tar.bz2 |
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 <pbrobinson@gmail.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/tbs2910.h')
-rw-r--r-- | include/configs/tbs2910.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 42e5821..5bc1209 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -173,12 +173,6 @@ #define CONFIG_I2C_EDID #endif -/* Fuses */ -#define CONFIG_CMD_FUSE -#ifdef CONFIG_CMD_FUSE -#define CONFIG_MXC_OCOTP -#endif - /* Environment organization */ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 2 |