summaryrefslogtreecommitdiff
path: root/arch/m68k/lib/board.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-05 20:54:53 (GMT)
committerWolfgang Denk <wd@denx.de>2010-10-06 20:22:24 (GMT)
commit544d97e9aa904e489f9e87bae6a6b41cb031cbe9 (patch)
tree66b3ba6c3442bbbd6b4b917aa1b73b07f7a78708 /arch/m68k/lib/board.c
parent6f984adb31b9a591f12a960b0a8efc665c0ed3e8 (diff)
downloadu-boot-544d97e9aa904e489f9e87bae6a6b41cb031cbe9.tar.xz
PCU_E: remove code for yet another corpse
The PCU_E board has long reached EOL, and support for it is no longer relevant in current versions of U-Boot. Remove it. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/m68k/lib/board.c')
-rw-r--r--arch/m68k/lib/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/lib/board.c b/arch/m68k/lib/board.c
index c29f577..eba2435 100644
--- a/arch/m68k/lib/board.c
+++ b/arch/m68k/lib/board.c
@@ -73,10 +73,6 @@ DECLARE_GLOBAL_DATA_PTR;
static char *failed = "*** failed ***\n";
-#ifdef CONFIG_PCU_E
-extern flash_info_t flash_info[];
-#endif
-
#include <environment.h>
extern ulong __init_end;