diff options
author | wdenk <wdenk> | 2003-06-04 15:05:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-04 15:05:30 +0000 |
commit | f3e0de60a6dfa2bedd99bda257841a22b5153f42 (patch) | |
tree | 0dde9b4b5335d5889587fc19f7870db1034b636e /include/configs/PIP405.h | |
parent | 682011ff6968198da14b89e40d9f55b00f6d91f7 (diff) | |
download | u-boot-f3e0de60a6dfa2bedd99bda257841a22b5153f42.zip u-boot-f3e0de60a6dfa2bedd99bda257841a22b5153f42.tar.gz u-boot-f3e0de60a6dfa2bedd99bda257841a22b5153f42.tar.bz2 |
* Patch by Denis Peter, 04 June 2003:
add support for the MIP405T board
Diffstat (limited to 'include/configs/PIP405.h')
-rw-r--r-- | include/configs/PIP405.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 5ecb537..8fbbe30 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -368,7 +368,8 @@ * Ident ************************************************************/ #define VERSION_TAG "released" -#define CONFIG_IDENT_STRING "\n(c) 2002 by MPL AG Switzerland, MEV-10066-001 " VERSION_TAG +#define CONFIG_ISO_STRING "MEV-10066-001" +#define CONFIG_IDENT_STRING "\n(c) 2002 by MPL AG Switzerland, " CONFIG_ISO_STRING " " VERSION_TAG #endif /* __CONFIG_H */ |