diff options
author | Wolfgang Denk <wd@denx.de> | 2013-10-04 17:43:25 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-14 16:06:54 -0400 |
commit | d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 (patch) | |
tree | 3178dfd75972be9ba654e18f158ad9c964f9b959 /doc | |
parent | 93e1459641e758d2b096d3f1b39414a39bb314f8 (diff) | |
download | u-boot-d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7.tar.gz |
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.atmel_pmecc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README.atmel_pmecc b/doc/README.atmel_pmecc index 41f3bd7860..cf8373b54e 100644 --- a/doc/README.atmel_pmecc +++ b/doc/README.atmel_pmecc @@ -27,4 +27,3 @@ Take AT91SAM9X5EK as an example, the board definition file likes: #define CONFIG_ATMEL_NAND_HW_PMECC 1 #define CONFIG_PMECC_CAP 2 #define CONFIG_PMECC_SECTOR_SIZE 512 - |