summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/cpu/spc300/wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/u-boot-1.1.6/cpu/spc300/wdt.c')
-rw-r--r--cleopatre/u-boot-1.1.6/cpu/spc300/wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/u-boot-1.1.6/cpu/spc300/wdt.c b/cleopatre/u-boot-1.1.6/cpu/spc300/wdt.c
index 75b5ee63cc..270984f443 100644
--- a/cleopatre/u-boot-1.1.6/cpu/spc300/wdt.c
+++ b/cleopatre/u-boot-1.1.6/cpu/spc300/wdt.c
@@ -39,7 +39,7 @@ static int get_master_clock(void)
#else
DECLARE_GLOBAL_DATA_PTR;
bd_t *bd = gd->bd;
- spc300_nvram_t *nvram = (spc300_nvram_t*)bd->bi_nvram_addr;
+ spidcom_nvram_t *nvram = (spidcom_nvram_t*)bd->bi_nvram_addr;
switch(NVRAM_BFEXT(FREQ, nvram->pkg_cfg))
{