mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
*/
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CFG_ENV_IS_IN_DATAFLASH) /* Environment is in DataFlash */
|
||||
#if defined(CONFIG_ENV_IS_IN_DATAFLASH) /* Environment is in DataFlash */
|
||||
|
||||
#include <command.h>
|
||||
#include <environment.h>
|
||||
@ -101,4 +101,4 @@ int env_init(void)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#endif /* CFG_ENV_IS_IN_DATAFLASH */
|
||||
#endif /* CONFIG_ENV_IS_IN_DATAFLASH */
|
||||
|
Reference in New Issue
Block a user