diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-13 02:04:37 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-13 02:04:37 +0200 |
commit | 2afbe4ed97217681c17eba5af435b06500851026 (patch) | |
tree | 8a536fb2aac25ad9a121c562ba348d48c54a9c89 /include | |
parent | 90e4e7836596d8ae5cead41a776b2b95c84182c6 (diff) |
Fix compiler warnings
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MIP405.h | 2 | ||||
-rw-r--r-- | include/configs/PIP405.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 0af9c68dc..6c2f17d58 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -128,7 +128,7 @@ #define CONFIG_BAUDRATE 9600 /* STD Baudrate */ #define CONFIG_BOOTDELAY 5 /* autoboot (do NOT change this set environment variable "bootdelay" to -1 instead) */ -#define CONFIG_BOOT_RETRY_TIME -10 /* feature is avaiable but not enabled */ +/* #define CONFIG_BOOT_RETRY_TIME -10 /XXX* feature is available but not enabled */ #define CONFIG_ZERO_BOOTDELAY_CHECK /* check console even if bootdelay = 0 */ #define CONFIG_BOOTCOMMAND "diskboot 400000 0:1; bootm" /* autoboot command */ diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index dbec242d6..9ac57151c 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -112,7 +112,7 @@ #define CONFIG_BOOTDELAY 5 /* autoboot (do NOT change this set environment variable "bootdelay" to -1 instead) */ -#define CONFIG_BOOT_RETRY_TIME -10 /* feature is avaiable but not enabled */ +/* #define CONFIG_BOOT_RETRY_TIME -10 /XXX* feature is available but not enabled */ #define CONFIG_ZERO_BOOTDELAY_CHECK /* check console even if bootdelay = 0 */ |