diff options
author | wdenk <wdenk> | 2004-03-25 14:59:05 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-25 14:59:05 +0000 |
commit | 518e2e1ae322251f6452c7b413ecdc70c4605fa1 (patch) | |
tree | 9be178211fea069a90485a0ff713b755db3ba197 /include/cmd_confdefs.h | |
parent | 6fb6af6dc9b2f99d2ef728eb3ba71d112479c9f1 (diff) | |
download | u-boot-imx-518e2e1ae322251f6452c7b413ecdc70c4605fa1.zip u-boot-imx-518e2e1ae322251f6452c7b413ecdc70c4605fa1.tar.gz u-boot-imx-518e2e1ae322251f6452c7b413ecdc70c4605fa1.tar.bz2 |
* Patch by Pavel Bartusek, 21 Mar 2004
Add Reiserfs support
* Patch by Hinko Kocevar, 20 Mar 2004
- Add auto-release for SMSC LAN91c111 driver
- Add save/restore of PTR and PNR regs as suggested in datasheet
Diffstat (limited to 'include/cmd_confdefs.h')
-rw-r--r-- | include/cmd_confdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h index 6f8154c..c805970 100644 --- a/include/cmd_confdefs.h +++ b/include/cmd_confdefs.h @@ -87,6 +87,7 @@ #define CFG_CMD_IMLS 0x0020000000000000U /* List all found images */ #define CFG_CMD_ITEST 0x0040000000000000U /* Integer (and string) test */ #define CFG_CMD_NFS 0x0080000000000000U /* NFS support */ +#define CFG_CMD_REISER 0x0100000000000000U /* Reiserfs support */ #define CFG_CMD_ALL 0xFFFFFFFFFFFFFFFFU /* ALL commands */ @@ -124,6 +125,7 @@ CFG_CMD_PING | \ CFG_CMD_PORTIO | \ CFG_CMD_REGINFO | \ + CFG_CMD_REISER | \ CFG_CMD_SAVES | \ CFG_CMD_SCSI | \ CFG_CMD_SDRAM | \ |