diff options
author | Wolfgang Denk <wd@denx.de> | 2013-10-04 15:43:25 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-14 20:06:54 (GMT) |
commit | d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 (patch) | |
tree | 3178dfd75972be9ba654e18f158ad9c964f9b959 /board/atmark-techno | |
parent | 93e1459641e758d2b096d3f1b39414a39bb314f8 (diff) | |
download | u-boot-d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7.tar.xz |
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/atmark-techno')
-rw-r--r-- | board/atmark-techno/armadillo-800eva/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/atmark-techno/armadillo-800eva/Makefile b/board/atmark-techno/armadillo-800eva/Makefile index 9f9618b..a81e40b 100644 --- a/board/atmark-techno/armadillo-800eva/Makefile +++ b/board/atmark-techno/armadillo-800eva/Makefile @@ -43,4 +43,3 @@ include $(SRCTREE)/rules.mk sinclude $(obj).depend ######################################################################### - |