From aa230d98ff7aa0751cb9d908a4a55bd489e8ac0b Mon Sep 17 00:00:00 2001 From: Cyril Jourdan Date: Tue, 29 Jan 2013 15:18:25 +0100 Subject: 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. --- common/include/asm/arch/nvram.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3