diff options
author | Scott Wood <scottwood@freescale.com> | 2007-09-14 21:58:25 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 18:02:40 +0200 |
commit | 11c146cc19df337f4af42dade9e4fca33c5a54ee (patch) | |
tree | 843819313e2e69720ddf119d86cc41b78978dfa7 /arch/powerpc/boot/fixed-head.S | |
parent | [POWERPC] 8xx: mpc885ads cleanup (diff) | |
download | linux-11c146cc19df337f4af42dade9e4fca33c5a54ee.tar.xz linux-11c146cc19df337f4af42dade9e4fca33c5a54ee.zip |
[POWERPC] 8xx/wrapper: Embedded Planet EP88xC support
This board is also resold by Freescale under the names
"QUICCStart MPC885 Evaluation System" and "CWH-PPC-885XN-VE".
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/fixed-head.S')
-rw-r--r-- | arch/powerpc/boot/fixed-head.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/fixed-head.S b/arch/powerpc/boot/fixed-head.S new file mode 100644 index 000000000000..8e14cd9e1a54 --- /dev/null +++ b/arch/powerpc/boot/fixed-head.S @@ -0,0 +1,4 @@ + .text + .global _zimage_start +_zimage_start: + b _zimage_start_lib |