summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier Dufour2013-01-24 10:31:41 +0100
committerCyril Jourdan2013-01-25 15:37:40 +0100
commit3d69f7f6aa4173efe0adf8a6f799df37e4a9ce9f (patch)
tree5958bcf3a8e4e37f6efc69f7a630485efee9edcc /common
parent1b9affe481db1e0d2faf807da9be69b961cc55e7 (diff)
{polux, cleo, uboot}: add current image slot in ATAG, refs #3706
Diffstat (limited to 'common')
-rw-r--r--common/include/asm/arch/spc300-atag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/include/asm/arch/spc300-atag.h b/common/include/asm/arch/spc300-atag.h
index 90fe63f1e8..315c867916 100644
--- a/common/include/asm/arch/spc300-atag.h
+++ b/common/include/asm/arch/spc300-atag.h
@@ -25,6 +25,7 @@
struct tag_spc300 {
u32 nvram_offset;
u32 plc_mem_size;
+ u32 cur_img_slot;
};
#endif /* __ASM_ARCH_SPC300_ATAG_H */