Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
3d936fd9
Commit
3d936fd9
authored
Dec 16, 2004
by
stroese
Browse files
- ext2fs support added
- Tundra universe support added
parent
20cc00dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/cmd_confdefs.h
View file @
3d936fd9
...
...
@@ -90,6 +90,8 @@
#define CFG_CMD_REISER 0x0100000000000000ULL
/* Reiserfs support */
#define CFG_CMD_CDP 0x0200000000000000ULL
/* Cisco Discovery Protocol */
#define CFG_CMD_XIMG 0x0400000000000000ULL
/* Load part of Multi Image */
#define CFG_CMD_UNIVERSE 0x0800000000000000ULL
/* Tundra Universe Support */
#define CFG_CMD_EXT2 0x1000000000000000ULL
/* EXT2 Support */
#define CFG_CMD_ALL 0xFFFFFFFFFFFFFFFFULL
/* ALL commands */
...
...
@@ -110,6 +112,7 @@
CFG_CMD_ECHO | \
CFG_CMD_EEPROM | \
CFG_CMD_ELF | \
CFG_CMD_EXT2 | \
CFG_CMD_FDC | \
CFG_CMD_FAT | \
CFG_CMD_FDOS | \
...
...
@@ -133,6 +136,7 @@
CFG_CMD_SCSI | \
CFG_CMD_SDRAM | \
CFG_CMD_SPI | \
CFG_CMD_UNIVERSE | \
CFG_CMD_USB | \
CFG_CMD_VFD )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment