summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include
diff options
context:
space:
mode:
authorNicolas Schodet2012-03-22 16:36:55 +0100
committerNicolas Schodet2012-05-09 10:41:12 +0200
commit65d2769b83845b6283db4a8bc80063235c31cb0f (patch)
tree5c27a61dd946d09e5379f7f8e36d79ef8c4f0fb5 /cleopatre/u-boot-1.1.6/include
parent74d85a20c37ca80f262751a447a34a72511a67fb (diff)
cleo/u-boot: fix missing nvram fields defines
Diffstat (limited to 'cleopatre/u-boot-1.1.6/include')
-rw-r--r--cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/nvram.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/nvram.h b/cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/nvram.h
index 51ece26abe..210a616304 100644
--- a/cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/nvram.h
+++ b/cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/nvram.h
@@ -51,6 +51,8 @@
#define NVRAM_TONEMASK_OFFSET 0x1E8
#define NVRAM_MANUFACTORY_INFO_OFFSET 0x2A8
#define NVRAM_IMG_MAX_SIZE_OFFSET 0x2E8
+#define NVRAM_CPU_PARTNB_OFFSET 0x2EC
+#define NVRAM_DYNAMIC_OFFSET 0x2F0
#define SPC300_NVRAM_MAGIC "NVRAM\0\0\0"