diff options
author | wdenk <wdenk> | 2004-06-09 10:15:00 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-09 10:15:00 +0000 |
commit | 48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c (patch) | |
tree | 9ef9bb8ccbe8f3a0421ad5947515038c43b4446e /include/configs/RPXClassic.h | |
parent | 547b4cb25e585e154b5e84e33df3d157f786e305 (diff) | |
download | u-boot-48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c.tar.gz |
Patch by Robert Schwebel, 13 May 2004:
Add 'imgextract' command: extract one part of a multi file image.
Diffstat (limited to 'include/configs/RPXClassic.h')
-rw-r--r-- | include/configs/RPXClassic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/RPXClassic.h b/include/configs/RPXClassic.h index 9746b64b0b..7294561b0b 100644 --- a/include/configs/RPXClassic.h +++ b/include/configs/RPXClassic.h @@ -93,7 +93,7 @@ #define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */ -#define CONFIG_COMMANDS (CFG_CMD_ALL & ~CFG_CMD_NONSTD | CFG_CMD_ELF) +#define CONFIG_COMMANDS ((CFG_CMD_ALL & ~CFG_CMD_NONSTD) | CFG_CMD_ELF) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |