[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>
This commit is contained in:
committed by
Linus Torvalds
parent
a3800d8ffa
commit
f4f1269cb3
@@ -171,7 +171,7 @@ ppc4xx_calibrate_decr(void)
|
||||
unsigned int freq;
|
||||
bd_t *bip = &__res;
|
||||
|
||||
#if defined(CONFIG_WALNUT) || defined(CONFIG_ASH) || defined(CONFIG_SYCAMORE)
|
||||
#if defined(CONFIG_WALNUT) || defined(CONFIG_SYCAMORE)
|
||||
/* Walnut boot rom sets DCR CHCR1 (aka CPC0_CR1) bit CETE to 1 */
|
||||
mtdcr(DCRN_CHCR1, mfdcr(DCRN_CHCR1) & ~CHR1_CETE);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user