summaryrefslogtreecommitdiff
path: root/board/sh7785lcr
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-09-13 00:23:05 (GMT)
committerWolfgang Denk <wd@denx.de>2008-09-13 00:23:05 (GMT)
commitf12e4549b6fb01cd2654348af95a3c7a6ac161e7 (patch)
tree725ff6a5ad3b615b0e94c42bc2834a9e70f18d8e /board/sh7785lcr
parent0c32565f536609d78feef35c88bbc39d3ac53a73 (diff)
downloadu-boot-f12e4549b6fb01cd2654348af95a3c7a6ac161e7.tar.xz
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
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 93761ee..20807df 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 8126296..50e1789 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 d1c0d64..ca9c0bd 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 2bc873b..bf0ba14 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 9c228e5..d924595 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 8dcc6c7..231769f 100644
--- a/board/sh7785lcr/u-boot.lds
+++ b/board/sh7785lcr/u-boot.lds
@@ -94,4 +94,3 @@ SECTIONS
PROVIDE (_end = .);
}
-