summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Jourdan2013-01-29 15:18:25 +0100
committerCyril Jourdan2013-02-05 15:59:28 +0100
commitaa230d98ff7aa0751cb9d908a4a55bd489e8ac0b (patch)
treee5a239f9e657ecdc363ba9f80072e1a1d5014e8a
parentf8ef738abb241dc5b2f514e993fe0f2e821092cc (diff)
common/inc/asm/arch: deprecate NVRAM_MSE500_MODE_200 value, closes #3694
This value is not needed anymore and we do not want to rewrite it each time we will autoswitch between 500 and 200 images.
-rw-r--r--common/include/asm/arch/nvram.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/include/asm/arch/nvram.h b/common/include/asm/arch/nvram.h
index ebd48c8abe..682c37f6d2 100644
--- a/common/include/asm/arch/nvram.h
+++ b/common/include/asm/arch/nvram.h
@@ -273,7 +273,10 @@ static inline void spidcom_nvram_copy(void* dst, void* src, unsigned int length)
#define NVRAM_ETH_MODE_RMII 1
#define NVRAM_ETH_MODE_GMII 2
#define NVRAM_ETH_MODE_RGMII 3
-#define NVRAM_MSE500_MODE_200 1
+/*
+ * /!\ DEPRECATED!!
+ * #define NVRAM_MSE500_MODE_200 1
+ */
#define NVRAM_MSE500_MODE_300 2
#define NVRAM_MSE500_MODE_500 3
#define NVRAM_ETH2_DISABLED 1