[coreboot-gerrit] New patch to review for coreboot: fe7df91 southbridge, Makefile.inc: Trivial - drop trailing blank lines at EOF

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed Jul 16 11:07:03 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6288

-gerrit

commit fe7df91d560d756f5fc186a9dbf9913206788ec0
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed Jul 16 19:05:51 2014 +1000

    southbridge,Makefile.inc: Trivial - drop trailing blank lines at EOF
    
    Change-Id: Ied03e8814ea13f0e677a1d34da19efe6dfebf72f
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/southbridge/amd/cimx/sb900/Makefile.inc | 2 --
 src/southbridge/intel/i82801ax/Makefile.inc | 1 -
 src/southbridge/intel/i82801bx/Makefile.inc | 1 -
 src/southbridge/nvidia/Makefile.inc         | 1 -
 src/southbridge/nvidia/ck804/Makefile.inc   | 1 -
 src/southbridge/sis/Makefile.inc            | 1 -
 src/southbridge/ti/pci7420/Makefile.inc     | 1 -
 src/southbridge/ti/pcixx12/Makefile.inc     | 1 -
 src/southbridge/via/Makefile.inc            | 1 -
 9 files changed, 10 deletions(-)

diff --git a/src/southbridge/amd/cimx/sb900/Makefile.inc b/src/southbridge/amd/cimx/sb900/Makefile.inc
index cc4c553..6cd392f 100644
--- a/src/southbridge/amd/cimx/sb900/Makefile.inc
+++ b/src/southbridge/amd/cimx/sb900/Makefile.inc
@@ -32,5 +32,3 @@ ramstage-y += reset.c
 
 ramstage-y   += smbus.c
 ramstage-y   += lpc.c
-
-
diff --git a/src/southbridge/intel/i82801ax/Makefile.inc b/src/southbridge/intel/i82801ax/Makefile.inc
index 6f2ab88..aeb1e54 100644
--- a/src/southbridge/intel/i82801ax/Makefile.inc
+++ b/src/southbridge/intel/i82801ax/Makefile.inc
@@ -30,4 +30,3 @@ ramstage-y += reset.c
 ramstage-y += watchdog.c
 
 romstage-y += early_smbus.c
-
diff --git a/src/southbridge/intel/i82801bx/Makefile.inc b/src/southbridge/intel/i82801bx/Makefile.inc
index 079efb7..f070f05 100644
--- a/src/southbridge/intel/i82801bx/Makefile.inc
+++ b/src/southbridge/intel/i82801bx/Makefile.inc
@@ -31,4 +31,3 @@ ramstage-y += reset.c
 ramstage-y += watchdog.c
 
 romstage-y += early_smbus.c
-
diff --git a/src/southbridge/nvidia/Makefile.inc b/src/southbridge/nvidia/Makefile.inc
index c0ea380..13bf3e4 100644
--- a/src/southbridge/nvidia/Makefile.inc
+++ b/src/southbridge/nvidia/Makefile.inc
@@ -1,3 +1,2 @@
 subdirs-$(CONFIG_SOUTHBRIDGE_NVIDIA_CK804) += ck804
 subdirs-$(CONFIG_SOUTHBRIDGE_NVIDIA_MCP55) += mcp55
-
diff --git a/src/southbridge/nvidia/ck804/Makefile.inc b/src/southbridge/nvidia/ck804/Makefile.inc
index b249f7e..cb7ecb2 100644
--- a/src/southbridge/nvidia/ck804/Makefile.inc
+++ b/src/southbridge/nvidia/ck804/Makefile.inc
@@ -21,4 +21,3 @@ romstage-y += early_smbus.c
 
 chipset_bootblock_inc += $(src)/southbridge/nvidia/ck804/romstrap.inc
 chipset_bootblock_lds += $(src)/southbridge/nvidia/ck804/romstrap.lds
-
diff --git a/src/southbridge/sis/Makefile.inc b/src/southbridge/sis/Makefile.inc
index 295b366..45332ca 100644
--- a/src/southbridge/sis/Makefile.inc
+++ b/src/southbridge/sis/Makefile.inc
@@ -1,2 +1 @@
 subdirs-$(CONFIG_SOUTHBRIDGE_SIS_SIS966) += sis966
-
diff --git a/src/southbridge/ti/pci7420/Makefile.inc b/src/southbridge/ti/pci7420/Makefile.inc
index 23fb3dd..d919258 100644
--- a/src/southbridge/ti/pci7420/Makefile.inc
+++ b/src/southbridge/ti/pci7420/Makefile.inc
@@ -19,4 +19,3 @@
 
 ramstage-y += cardbus.c
 ramstage-y += firewire.c
-
diff --git a/src/southbridge/ti/pcixx12/Makefile.inc b/src/southbridge/ti/pcixx12/Makefile.inc
index b9e0f1e..bdd2cf3 100644
--- a/src/southbridge/ti/pcixx12/Makefile.inc
+++ b/src/southbridge/ti/pcixx12/Makefile.inc
@@ -18,4 +18,3 @@
 ##
 
 ramstage-y += pcixx12.c
-
diff --git a/src/southbridge/via/Makefile.inc b/src/southbridge/via/Makefile.inc
index 8bc9296..ca55579 100644
--- a/src/southbridge/via/Makefile.inc
+++ b/src/southbridge/via/Makefile.inc
@@ -2,4 +2,3 @@ subdirs-$(CONFIG_SOUTHBRIDGE_VIA_K8T890) += k8t890
 subdirs-$(CONFIG_SOUTHBRIDGE_VIA_VT8231) += vt8231
 subdirs-$(CONFIG_SOUTHBRIDGE_VIA_VT8235) += vt8235
 subdirs-$(CONFIG_SOUTHBRIDGE_VIA_VT8237R) += vt8237r
-



More information about the coreboot-gerrit mailing list