mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-26 17:11:32 +00:00
sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT
Enable these options to use FITs on sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7eb2c8d573
commit
971020c755
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
#define CONFIG_OF_HOSTFILE
|
||||
#define CONFIG_OF_LIBFDT
|
||||
#define CONFIG_LMB
|
||||
#define CONFIG_FIT
|
||||
#define CONFIG_CMD_FDT
|
||||
|
||||
#define CONFIG_FS_FAT
|
||||
#define CONFIG_FS_EXT4
|
||||
|
|
Loading…
Add table
Reference in a new issue