diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-10-10 17:14:45 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-10-10 17:14:45 -0500 |
commit | 7b382b7125f2397cce63253df62f183e3dfa2770 (patch) | |
tree | 17b7ba4f1b539886c8ddebea5825e0ad57765f60 | |
parent | e10390ddd736b0dad1528eec4b0fe35c0827139a (diff) | |
download | u-boot-imx-7b382b7125f2397cce63253df62f183e3dfa2770.zip u-boot-imx-7b382b7125f2397cce63253df62f183e3dfa2770.tar.gz u-boot-imx-7b382b7125f2397cce63253df62f183e3dfa2770.tar.bz2 |
Fix whitespace issues.
-rw-r--r-- | board/mpc8641hpcn/init.S | 1 | ||||
-rw-r--r-- | cpu/mpc86xx/start.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/mpc8641hpcn/init.S b/board/mpc8641hpcn/init.S index c6ea55e..6b3e2d2 100644 --- a/board/mpc8641hpcn/init.S +++ b/board/mpc8641hpcn/init.S @@ -177,4 +177,3 @@ law_entry: stwu r6, 0x20(r5) blr - diff --git a/cpu/mpc86xx/start.S b/cpu/mpc86xx/start.S index e537dcb..1761963 100644 --- a/cpu/mpc86xx/start.S +++ b/cpu/mpc86xx/start.S @@ -1224,4 +1224,3 @@ secondary_cpu_setup: /* Never Returns, Running in Linux Now */ #endif - |