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/powerpc/lib/board.c | |
parent | 6f984adb31b9a591f12a960b0a8efc665c0ed3e8 (diff) | |
download | u-boot-imx-544d97e9aa904e489f9e87bae6a6b41cb031cbe9.zip u-boot-imx-544d97e9aa904e489f9e87bae6a6b41cb031cbe9.tar.gz u-boot-imx-544d97e9aa904e489f9e87bae6a6b41cb031cbe9.tar.bz2 |
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/powerpc/lib/board.c')
-rw-r--r-- | arch/powerpc/lib/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c index 8f6a7c9..907857b 100644 --- a/arch/powerpc/lib/board.c +++ b/arch/powerpc/lib/board.c @@ -107,7 +107,7 @@ void doc_init (void); static char *failed = "*** failed ***\n"; -#if defined(CONFIG_OXC) || defined(CONFIG_PCU_E) || defined(CONFIG_RMU) +#if defined(CONFIG_OXC) || defined(CONFIG_RMU) extern flash_info_t flash_info[]; #endif @@ -735,7 +735,7 @@ void board_init_r (gd_t *id, ulong dest_addr) #endif -# if defined(CONFIG_PCU_E) || defined(CONFIG_OXC) || defined(CONFIG_RMU) +# if defined(CONFIG_OXC) || defined(CONFIG_RMU) /* flash mapped at end of memory map */ bd->bi_flashoffset = TEXT_BASE + flash_size; # elif CONFIG_SYS_MONITOR_BASE == CONFIG_SYS_FLASH_BASE |