From 3d69f7f6aa4173efe0adf8a6f799df37e4a9ce9f Mon Sep 17 00:00:00 2001 From: Olivier Dufour Date: Thu, 24 Jan 2013 10:31:41 +0100 Subject: {polux, cleo, uboot}: add current image slot in ATAG, refs #3706 --- common/include/asm/arch/spc300-atag.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 */ -- cgit v1.2.3