diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:47:58 +0200 | 
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:47:58 +0200 | 
| commit | 057c849c45b9ee19df8ff3acdeee66be52819962 (patch) | |
| tree | 5863e9c6817691c76b843a07069ef6945b822402 /include/configs/at91sam9261ek.h | |
| parent | d1034bc8db60fa6bd419328baf6a75cb0645cee8 (diff) | |
| download | olio-uboot-2014.01-057c849c45b9ee19df8ff3acdeee66be52819962.tar.xz olio-uboot-2014.01-057c849c45b9ee19df8ff3acdeee66be52819962.zip | |
rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/at91sam9261ek.h')
| -rw-r--r-- | include/configs/at91sam9261ek.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index e53a23f33..292914998 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -148,7 +148,7 @@  #ifdef CFG_USE_DATAFLASH_CS0  /* bootstrap + u-boot + env + linux in dataflash on CS0 */ -#define CFG_ENV_IS_IN_DATAFLASH	1 +#define CONFIG_ENV_IS_IN_DATAFLASH	1  #define CFG_MONITOR_BASE	(CFG_DATAFLASH_LOGIC_ADDR_CS0 + 0x8400)  #define CFG_ENV_OFFSET		0x4200  #define CFG_ENV_ADDR		(CFG_DATAFLASH_LOGIC_ADDR_CS0 + CFG_ENV_OFFSET) |