mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-31 19:41:46 +00:00
CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
Added support for CONFIG_EFI_PARTITION to ext2 commands. Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
This commit is contained in:
parent
07f3d789b9
commit
fbd85ad65d
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
||||||
#include <usb.h>
|
#include <usb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_DOS_PARTITION
|
#if !defined(CONFIG_DOS_PARTITION) && !defined(CONFIG_EFI_PARTITION)
|
||||||
#error DOS partition support must be selected
|
#error DOS or EFI partition support must be selected
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* #define EXT2_DEBUG */
|
/* #define EXT2_DEBUG */
|
||||||
|
|
Loading…
Add table
Reference in a new issue