diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-05 22:54:53 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-06 22:22:24 +0200 |
commit | 544d97e9aa904e489f9e87bae6a6b41cb031cbe9 (patch) | |
tree | 66b3ba6c3442bbbd6b4b917aa1b73b07f7a78708 /arch/m68k | |
parent | 6f984adb31b9a591f12a960b0a8efc665c0ed3e8 (diff) |
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')
-rw-r--r-- | arch/m68k/lib/board.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/lib/board.c b/arch/m68k/lib/board.c index c29f5775bb5..eba2435a597 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; |