summaryrefslogtreecommitdiff
path: root/board/sh7785lcr
diff options
context:
space:
mode:
Diffstat (limited to 'board/sh7785lcr')
-rw-r--r--board/sh7785lcr/config.mk1
-rw-r--r--board/sh7785lcr/lowlevel_init.S1
-rw-r--r--board/sh7785lcr/rtl8169.h1
-rw-r--r--board/sh7785lcr/rtl8169_mac.c1
-rw-r--r--board/sh7785lcr/selfcheck.c1
-rw-r--r--board/sh7785lcr/u-boot.lds1
6 files changed, 0 insertions, 6 deletions
diff --git a/board/sh7785lcr/config.mk b/board/sh7785lcr/config.mk
index 93761eec87..20807dfc52 100644
--- a/board/sh7785lcr/config.mk
+++ b/board/sh7785lcr/config.mk
@@ -23,4 +23,3 @@
# NOTE: Must match value used in u-boot.lds (in this directory).
#
TEXT_BASE = 0x0ff80000
-
diff --git a/board/sh7785lcr/lowlevel_init.S b/board/sh7785lcr/lowlevel_init.S
index 8126296e5b..50e1789cc5 100644
--- a/board/sh7785lcr/lowlevel_init.S
+++ b/board/sh7785lcr/lowlevel_init.S
@@ -315,4 +315,3 @@ CS_I2C_WCR_D: .long 0x00000003
CCR_A: .long 0xff00001c
CCR_D: .long 0x0000090b
-
diff --git a/board/sh7785lcr/rtl8169.h b/board/sh7785lcr/rtl8169.h
index d1c0d64b1d..ca9c0bd94c 100644
--- a/board/sh7785lcr/rtl8169.h
+++ b/board/sh7785lcr/rtl8169.h
@@ -55,4 +55,3 @@ const unsigned short EEPROM_W_Data_8169_B[] = {
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
};
-
diff --git a/board/sh7785lcr/rtl8169_mac.c b/board/sh7785lcr/rtl8169_mac.c
index 2bc873bd16..bf0ba145d2 100644
--- a/board/sh7785lcr/rtl8169_mac.c
+++ b/board/sh7785lcr/rtl8169_mac.c
@@ -346,4 +346,3 @@ U_BOOT_CMD(
"\n"
" - print MAC address for RTL8110\n"
);
-
diff --git a/board/sh7785lcr/selfcheck.c b/board/sh7785lcr/selfcheck.c
index 9c228e5f6d..d924595b76 100644
--- a/board/sh7785lcr/selfcheck.c
+++ b/board/sh7785lcr/selfcheck.c
@@ -170,4 +170,3 @@ U_BOOT_CMD(
"hwtest sata - check SiI3512 ID\n"
"hwtest pci - output PCI slot device ID\n"
);
-
diff --git a/board/sh7785lcr/u-boot.lds b/board/sh7785lcr/u-boot.lds
index 8dcc6c7b1b..231769f3b3 100644
--- a/board/sh7785lcr/u-boot.lds
+++ b/board/sh7785lcr/u-boot.lds
@@ -94,4 +94,3 @@ SECTIONS
PROVIDE (_end = .);
}
-