diff options
author | wdenk <wdenk> | 2003-06-20 23:10:58 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-20 23:10:58 +0000 |
commit | 72755c7137396fdd8230dfc498294760fa2aaeb4 (patch) | |
tree | e5726d1a8ac606f027c3d0c04e2806a00bf94d6a /include/74xx_7xx.h | |
parent | 0332990b8508cea232b2f2ae47283cf395c7ee62 (diff) | |
download | u-boot-72755c7137396fdd8230dfc498294760fa2aaeb4.tar.gz |
Patch by Tom Guilliams, 20 Jun 2003:
added CONFIG_750FX support for IBM 750FX processors
Diffstat (limited to 'include/74xx_7xx.h')
-rw-r--r-- | include/74xx_7xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/74xx_7xx.h b/include/74xx_7xx.h index 193ba6c8b5..03cbeffa1b 100644 --- a/include/74xx_7xx.h +++ b/include/74xx_7xx.h @@ -108,7 +108,7 @@ typedef enum __cpu_t { CPU_740, CPU_750, CPU_740P, CPU_750P, CPU_745, CPU_755, - CPU_750CX, + CPU_750CX, CPU_750FX, CPU_7400, CPU_7410, CPU_7450, |