diff options
author | Wolfgang Denk <wd@denx.de> | 2008-06-28 23:34:37 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-06-28 23:34:37 +0200 |
commit | e093a247628228100f405b6d7f6b1bfc16141938 (patch) | |
tree | 5996ff53cdbbb65df98f94abd24b2904cfc8e884 /board/sh7763rdp/u-boot.lds | |
parent | 01db232dd7a0ceb81208a9f2545720c80e5bfd83 (diff) | |
download | u-boot-imx-e093a247628228100f405b6d7f6b1bfc16141938.zip u-boot-imx-e093a247628228100f405b6d7f6b1bfc16141938.tar.gz u-boot-imx-e093a247628228100f405b6d7f6b1bfc16141938.tar.bz2 |
Coding Style Cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/sh7763rdp/u-boot.lds')
-rw-r--r-- | board/sh7763rdp/u-boot.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sh7763rdp/u-boot.lds b/board/sh7763rdp/u-boot.lds index 8f8229b..c07f0d8 100644 --- a/board/sh7763rdp/u-boot.lds +++ b/board/sh7763rdp/u-boot.lds @@ -103,4 +103,3 @@ SECTIONS PROVIDE (_end = .); } - |