summaryrefslogtreecommitdiffstats
path: root/board/eltec/elppc
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2011-11-07 01:13:56 +0000
committerStefano Babic <sbabic@denx.de>2011-11-22 08:39:25 +0100
commite3150460a4fd3a7126bcbf1e225610e0d494c8fe (patch)
tree5eda913e1ef06656f20063c6ea9f050c4b403760 /board/eltec/elppc
parent507651d611897442cb871ad1f5ad6c8d2113dea0 (diff)
downloadblackbird-obmc-uboot-e3150460a4fd3a7126bcbf1e225610e0d494c8fe.tar.gz
blackbird-obmc-uboot-e3150460a4fd3a7126bcbf1e225610e0d494c8fe.zip
common: move extern char console_buffer[] to common.h
Extract all extern declarations for console_buffer[] out of c files into the common.h header. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Cc: Frank Gottschling <fgottschling@eltec.de> Cc: Murray Jensen <Murray.Jensen@csiro.au>
Diffstat (limited to 'board/eltec/elppc')
-rw-r--r--board/eltec/elppc/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/eltec/elppc/misc.c b/board/eltec/elppc/misc.c
index cbaf10b7e6..d476cd5c1c 100644
--- a/board/eltec/elppc/misc.c
+++ b/board/eltec/elppc/misc.c
@@ -29,7 +29,6 @@
#include "srom.h"
/* imports */
-extern char console_buffer[CONFIG_SYS_CBSIZE];
extern int l2_cache_enable (int l2control);
extern int eepro100_write_eeprom (struct eth_device *dev, int location,
int addr_len, unsigned short data);
OpenPOWER on IntegriCloud