diff options
| author | Matthias Fuchs <matthias.fuchs@esd.eu> | 2009-07-22 17:27:56 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2009-07-24 06:47:17 +0200 | 
| commit | 58ea142fb2e969f32306c8da1dabfaebd6fa141a (patch) | |
| tree | 6f6054a161a5c439b29e85f874531093390623bc /board/netstal/mcu25/mcu25.c | |
| parent | 87c0b72908e05662b8b415e26e1042f4779629da (diff) | |
| download | olio-uboot-2014.01-58ea142fb2e969f32306c8da1dabfaebd6fa141a.tar.xz olio-uboot-2014.01-58ea142fb2e969f32306c8da1dabfaebd6fa141a.zip | |
ppc4xx: Replace 4xx lowercase SPR references
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/netstal/mcu25/mcu25.c')
| -rw-r--r-- | board/netstal/mcu25/mcu25.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/netstal/mcu25/mcu25.c b/board/netstal/mcu25/mcu25.c index 66ed95fb9..67c1b0bbe 100644 --- a/board/netstal/mcu25/mcu25.c +++ b/board/netstal/mcu25/mcu25.c @@ -77,7 +77,7 @@ int board_early_init_f (void)  	out32(GPIO0_OR,		CONFIG_SYS_GPIO0_OR );  	out32(GPIO0_TCR,	CONFIG_SYS_GPIO0_TCR);  	out32(GPIO0_ODR,	CONFIG_SYS_GPIO0_ODR); -	mtspr(ccr0,      0x00700000); +	mtspr(SPRN_CCR0,      0x00700000);  	return 0;  } |