Skip to content
Snippets Groups Projects
Commit fbd85ad6 authored by richardretanubun's avatar richardretanubun Committed by Wolfgang Denk
Browse files

CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c


Added support for CONFIG_EFI_PARTITION to ext2 commands.
Signed-off-by: default avatarRichard Retanubun <RichardRetanubun@RugggedCom.com>
parent 07f3d789
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,8 @@ ...@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment