summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6
diff options
context:
space:
mode:
authorlefranc2010-05-28 12:37:21 +0000
committerlefranc2010-05-28 12:37:21 +0000
commit1cbed2f64494ce14cecc44203a4eb20dd87a6dfe (patch)
tree33bab4c4eb6aebacde07f2f71afd164ccbc9c729 /cleopatre/u-boot-1.1.6
parenta5f13304418c37092e6f94a0a14aea2d5f62862a (diff)
cleo/tools/genNVRAM: add CPU part nb field, closes #1611
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7141 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6')
-rw-r--r--cleopatre/u-boot-1.1.6/include/asm-arm/arch-spc300/nvram.h1
1 files changed, 1 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 19f0bd2ca2..879fe3f29a 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
@@ -204,6 +204,7 @@ typedef struct
unsigned char tonemask[192]; // HomePlugAV tonemask
char manufactory_info[64]; // Name of the product manufacturer
uint32_t img_max_size; // Max size of an image in flash
+ uint32_t cpu_partnb; // SPC3x0 partnb
} spc300_nvram_t; //Currently __attribute__((packed)) not needed
// Bit manipulation macros