diff options
author | Alan Carvalho de Assis <alan.assis@freescale.com> | 2009-03-05 09:23:43 -0300 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 14:50:22 +0800 |
commit | 703ba8b936a75d8d66eb8cef6fe0c17b7ac6af27 (patch) | |
tree | 6965fcaea69bb0c278859312d98314b3580f4d04 /post/board | |
parent | a7a74cdb675607022692b15459dbfeb2cb1b5903 (diff) | |
download | u-boot-imx-703ba8b936a75d8d66eb8cef6fe0c17b7ac6af27.zip u-boot-imx-703ba8b936a75d8d66eb8cef6fe0c17b7ac6af27.tar.gz u-boot-imx-703ba8b936a75d8d66eb8cef6fe0c17b7ac6af27.tar.bz2 |
ENGR00108673 Add i.MX25 core to U-Boot
This patch add support on U-Boot to i.MX25 processor.
Signed-off-by: Alan Carvalho de Assis <alan.assis@freescale.com>
Diffstat (limited to 'post/board')
-rw-r--r-- | post/board/netta/dsp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post/board/netta/dsp.c b/post/board/netta/dsp.c index 438ced5..92e2a8f 100644 --- a/post/board/netta/dsp.c +++ b/post/board/netta/dsp.c @@ -22,7 +22,9 @@ */ #include <common.h> +#include <arm926ejs.h> +#if defined(CONFIG_INTEGRATOR) || defined(CONFIG_MX25) /* * DSP test * |