diff options
author | Sean MCGOOGAN <sean.mcgoogan@st.com> | 2007-09-10 16:55:59 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-09-10 22:24:23 +0200 |
commit | 38c1ef728d19950414a8ab1ccfc53767848fa346 (patch) | |
tree | 712de1794871accc09a34941d7d22741f3a3e0f4 | |
parent | 754bac48156f8958d8f6a53a51eda88ab5758929 (diff) | |
download | u-boot-imx-38c1ef728d19950414a8ab1ccfc53767848fa346.zip u-boot-imx-38c1ef728d19950414a8ab1ccfc53767848fa346.tar.gz u-boot-imx-38c1ef728d19950414a8ab1ccfc53767848fa346.tar.bz2 |
Allocate CPU Architecture Code for STMicroelectronics' ST200.
Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
---------------------------------------------------
-rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index 2f575fd..432fa22 100644 --- a/include/image.h +++ b/include/image.h @@ -77,6 +77,7 @@ #define IH_CPU_NIOS2 15 /* Nios-II */ #define IH_CPU_BLACKFIN 16 /* Blackfin */ #define IH_CPU_AVR32 17 /* AVR32 */ +#define IH_CPU_ST200 18 /* STMicroelectronics ST200 */ /* * Image Types |