mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
env_dataflash: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
057c849c45
commit
d8cc04d0ac
2 changed files with 1 additions and 6 deletions
|
@ -18,9 +18,6 @@
|
|||
*
|
||||
*/
|
||||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_ENV_IS_IN_DATAFLASH) /* Environment is in DataFlash */
|
||||
|
||||
#include <command.h>
|
||||
#include <environment.h>
|
||||
#include <linux/stddef.h>
|
||||
|
@ -100,5 +97,3 @@ int env_init(void)
|
|||
|
||||
return (0);
|
||||
}
|
||||
|
||||
#endif /* CONFIG_ENV_IS_IN_DATAFLASH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue