summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-04-05 00:27:57 +0200
committerWolfgang Denk <wd@denx.de>2009-04-05 00:27:57 +0200
commitc0a14aedc3440d6591b8c86d45861a0a8b46e11d (patch)
treef451e0641b2c9558ee2dbe0087ea340676f1ea2f /board
parentf63728c804ab7413a67d70f6774cd30c3f7b40fb (diff)
Update CHANGELOG, coding style cleanup.
Diffstat (limited to 'board')
-rw-r--r--board/atmel/at91rm9200ek/misc.c1
-rw-r--r--board/digsy_mtc/digsy_mtc.c1
-rw-r--r--board/digsy_mtc/is42s16800a-7t.h1
-rw-r--r--board/esd/dasa_sim/config.mk1
4 files changed, 0 insertions, 4 deletions
diff --git a/board/atmel/at91rm9200ek/misc.c b/board/atmel/at91rm9200ek/misc.c
index d56f33f957..81de32f79f 100644
--- a/board/atmel/at91rm9200ek/misc.c
+++ b/board/atmel/at91rm9200ek/misc.c
@@ -48,4 +48,3 @@ int addr2ram(ulong addr)
return result;
}
-
diff --git a/board/digsy_mtc/digsy_mtc.c b/board/digsy_mtc/digsy_mtc.c
index e231c10f2d..83d58645e9 100644
--- a/board/digsy_mtc/digsy_mtc.c
+++ b/board/digsy_mtc/digsy_mtc.c
@@ -304,4 +304,3 @@ void ft_board_setup(void *blob, bd_t *bd)
#endif /* defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) */
#endif /* CONFIG_CMD_IDE */
-
diff --git a/board/digsy_mtc/is42s16800a-7t.h b/board/digsy_mtc/is42s16800a-7t.h
index 1873ea7fe8..64a81f442e 100644
--- a/board/digsy_mtc/is42s16800a-7t.h
+++ b/board/digsy_mtc/is42s16800a-7t.h
@@ -25,4 +25,3 @@
#define SDRAM_CONTROL 0x505F0000
#define SDRAM_CONFIG1 0xD2322900
#define SDRAM_CONFIG2 0x8AD70000
-
diff --git a/board/esd/dasa_sim/config.mk b/board/esd/dasa_sim/config.mk
index 5d612d26cc..ae855dc057 100644
--- a/board/esd/dasa_sim/config.mk
+++ b/board/esd/dasa_sim/config.mk
@@ -21,4 +21,3 @@
# MA 02111-1307 USA
#
TEXT_BASE = 0xFFFC0000
-