diff options
author | Wolfgang Denk <wd@denx.de> | 2010-03-12 23:06:04 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-03-12 23:06:04 +0100 |
commit | 93910edb595a88d394da3eb2cf5148096155dfe9 (patch) | |
tree | fc14bd3093f04c730b5c8d79e57707fada0d6159 /cpu/arm920t | |
parent | 4e72fb15c9073129e05820cc9c54f54bc4985835 (diff) | |
download | u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.zip u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.tar.gz u-boot-imx-93910edb595a88d394da3eb2cf5148096155dfe9.tar.bz2 |
Prepare v2010.03-rc1v2010.03-rc1
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu/arm920t')
-rw-r--r-- | cpu/arm920t/ep93xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm920t/ep93xx/Makefile b/cpu/arm920t/ep93xx/Makefile index 30e12af..01a2f55 100644 --- a/cpu/arm920t/ep93xx/Makefile +++ b/cpu/arm920t/ep93xx/Makefile @@ -53,4 +53,3 @@ include $(SRCTREE)/rules.mk sinclude $(obj).depend ######################################################################### - |