summaryrefslogtreecommitdiff
path: root/common/include/asm/arch/nvram.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/include/asm/arch/nvram.h')
-rw-r--r--common/include/asm/arch/nvram.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/include/asm/arch/nvram.h b/common/include/asm/arch/nvram.h
index 629aa5cc7f..0ef00addcc 100644
--- a/common/include/asm/arch/nvram.h
+++ b/common/include/asm/arch/nvram.h
@@ -82,7 +82,7 @@ typedef struct
uint32_t img_max_size; // Max size of an image in flash
uint32_t cpu_partnb; // SPC3x0 partnb
uint32_t dynamic[256]; // Dynamic data (see miu_config)
-} spc300_nvram_t; //Currently __attribute__((packed)) not needed
+} spidcom_nvram_t; //Currently __attribute__((packed)) not needed
// Bitfields for flash organization
#define NVRAM_FLASH_NB_SECT_SHIFT 0
@@ -102,9 +102,9 @@ typedef struct
| NVRAM_BF(name,value))
#ifdef __KERNEL__
-extern spc300_nvram_t spc300_nvram;
+extern spidcom_nvram_t spidcom_nvram;
-static inline void spc300_nvram_copy(void* dst, void* src, unsigned int length)
+static inline void spidcom_nvram_copy(void* dst, void* src, unsigned int length)
{
unsigned int burst, rest, i;
unsigned long *src32, *dst32;