Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SPARC U-Boot Custodian Tree
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
U-Boot
Custodians
SPARC U-Boot Custodian Tree
Commits
3d936fd9
Commit
3d936fd9
authored
Dec 16, 2004
by
stroese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- ext2fs support added
- Tundra universe support added
parent
20cc00dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
include/cmd_confdefs.h
include/cmd_confdefs.h
+4
-0
No files found.
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