diff options
author | Jon Loeliger <jdl@jdl.com> | 2006-05-31 13:55:35 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@jdl.com> | 2006-05-31 14:01:32 -0500 |
commit | c934f655f9aeca70a5c5f88b465d9e9d57a8d22e (patch) | |
tree | 70f5eb726cc7331d9091ed2c402c8e9a6fecb136 /cpu/mpc86xx/config.mk | |
parent | cb5965fb95b77a49f4e6af95248e0c849f4af03e (diff) | |
download | u-boot-imx-c934f655f9aeca70a5c5f88b465d9e9d57a8d22e.zip u-boot-imx-c934f655f9aeca70a5c5f88b465d9e9d57a8d22e.tar.gz u-boot-imx-c934f655f9aeca70a5c5f88b465d9e9d57a8d22e.tar.bz2 |
Review cleanups.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'cpu/mpc86xx/config.mk')
-rw-r--r-- | cpu/mpc86xx/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc86xx/config.mk b/cpu/mpc86xx/config.mk index 4ef7ace..3c54f4a 100644 --- a/cpu/mpc86xx/config.mk +++ b/cpu/mpc86xx/config.mk @@ -1,6 +1,6 @@ # # (C) Copyright 2004 Freescale Semiconductor. -# Jeff Brown <jeffrey@freescale.com> +# Jeff Brown # # See file CREDITS for list of people who contributed to this # project. @@ -23,4 +23,4 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx -ffixed-r2 -ffixed-r29 -mstring
\ No newline at end of file +PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx -ffixed-r2 -ffixed-r29 -mstring |