[U-Boot] [PATCH 04/29] blackfin: Drop the extra blank line in the link script

Simon Glass sjg at chromium.org
Thu Dec 15 04:27:35 CET 2016


There is an extra blank line in this script. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/blackfin/cpu/u-boot.lds | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/blackfin/cpu/u-boot.lds b/arch/blackfin/cpu/u-boot.lds
index 30964ad..1c0df25 100644
--- a/arch/blackfin/cpu/u-boot.lds
+++ b/arch/blackfin/cpu/u-boot.lds
@@ -99,7 +99,6 @@ SECTIONS
 		CONSTRUCTORS
 	} >ram_data
 
-
 	.u_boot_list : {
 		KEEP(*(SORT(.u_boot_list*)));
 	} >ram_data
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list