diff options
author | wdenk <wdenk> | 2003-04-10 11:18:18 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-04-10 11:18:18 +0000 |
commit | d126bfbdbd45a78952d88a702b628ab9107c04e5 (patch) | |
tree | 25f81e3dec52ff1a531e59fcbd384ed5406c44e2 /post/cache_8xx.S | |
parent | 60fbe254243ec461ec73da13132be098db33d3fa (diff) | |
download | u-boot-imx-d126bfbdbd45a78952d88a702b628ab9107c04e5.zip u-boot-imx-d126bfbdbd45a78952d88a702b628ab9107c04e5.tar.gz u-boot-imx-d126bfbdbd45a78952d88a702b628ab9107c04e5.tar.bz2 |
Add support for TQM862L modules
Diffstat (limited to 'post/cache_8xx.S')
-rw-r--r-- | post/cache_8xx.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post/cache_8xx.S b/post/cache_8xx.S index 4c1c295..2974882 100644 --- a/post/cache_8xx.S +++ b/post/cache_8xx.S @@ -27,6 +27,7 @@ defined(CONFIG_MPC850) || \ defined(CONFIG_MPC855) || \ defined(CONFIG_MPC860) || \ + defined(CONFIG_MPC862) || \ defined(CONFIG_MPC824X) #include <post.h> |