summaryrefslogtreecommitdiffstats
path: root/board/netstal
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-09-08 14:11:12 +0200
committerStefan Roese <sr@denx.de>2008-09-08 14:11:12 +0200
commit5ff889349d2ace13f10c9335e09365fcec8247cc (patch)
tree060c8e5a885b0e6352c333fb507d795194322c74 /board/netstal
parentc351575c226eaad85f12b0d346e762260b263531 (diff)
downloadtalos-obmc-uboot-5ff889349d2ace13f10c9335e09365fcec8247cc.tar.gz
talos-obmc-uboot-5ff889349d2ace13f10c9335e09365fcec8247cc.zip
ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
This patch moves some 4xx specific prototypes out of include common.h to a ppc4xx specific header. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/netstal')
-rw-r--r--board/netstal/hcu5/sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstal/hcu5/sdram.c b/board/netstal/hcu5/sdram.c
index 66a958c78a..e5df62ef7a 100644
--- a/board/netstal/hcu5/sdram.c
+++ b/board/netstal/hcu5/sdram.c
@@ -122,7 +122,7 @@ void sdram_panic(const char *reason)
}
#ifdef CONFIG_DDR_ECC
-static void blank_string(int size)
+void blank_string(int size)
{
int i;
OpenPOWER on IntegriCloud