diff options
| author | Kumar Gala <galak@freescale.com> | 2005-09-03 18:55:21 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:53 -0400 |
| commit | f4f1269cb36adfb452c04dcb3d40f51b8a1956bb (patch) | |
| tree | f078687fe13c314dabb8c68e1f50f8d99632b500 /arch/ppc/boot | |
| parent | a3800d8ffa0a91f3047cbfa82e435d483ffc8dd4 (diff) | |
[PATCH] ppc32: Remove board support for ASH
Support for the ASH board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/boot')
| -rw-r--r-- | arch/ppc/boot/simple/embed_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/simple/embed_config.c b/arch/ppc/boot/simple/embed_config.c index c342b47e763e..8dd5fb0fb775 100644 --- a/arch/ppc/boot/simple/embed_config.c +++ b/arch/ppc/boot/simple/embed_config.c | |||
| @@ -784,7 +784,7 @@ embed_config(bd_t ** bdp) | |||
| 784 | #ifdef CONFIG_IBM_OPENBIOS | 784 | #ifdef CONFIG_IBM_OPENBIOS |
| 785 | /* This could possibly work for all treeboot roms. | 785 | /* This could possibly work for all treeboot roms. |
| 786 | */ | 786 | */ |
| 787 | #if defined(CONFIG_ASH) || defined(CONFIG_BEECH) || defined(CONFIG_BUBINGA) | 787 | #if defined(CONFIG_BEECH) || defined(CONFIG_BUBINGA) |
| 788 | #define BOARD_INFO_VECTOR 0xFFF80B50 /* openbios 1.19 moved this vector down - armin */ | 788 | #define BOARD_INFO_VECTOR 0xFFF80B50 /* openbios 1.19 moved this vector down - armin */ |
| 789 | #else | 789 | #else |
| 790 | #define BOARD_INFO_VECTOR 0xFFFE0B50 | 790 | #define BOARD_INFO_VECTOR 0xFFFE0B50 |
