mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
env: make import/export optional
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
b16aadf411
commit
0c79cda01b
3 changed files with 12 additions and 0 deletions
|
@ -10,5 +10,7 @@
|
|||
#define _CONFIG_CMD_DEFAULTS_H_
|
||||
|
||||
#define CONFIG_CMD_BOOTM 1
|
||||
#define CONFIG_CMD_EXPORTENV 1
|
||||
#define CONFIG_CMD_IMPORTENV 1
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue