summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier Dufour2013-01-28 09:39:51 +0100
committerCyril Jourdan2013-01-31 15:36:11 +0100
commit06f01e45aba02e186a41f1537126a3a80486f458 (patch)
tree8589f6c607631658c831baa92861ca414490130c /common
parent84bb6940af4ff4b046e3db8256cbcf87aa3ffac5 (diff)
common/include: remove tabs in atag.h, no refs
Diffstat (limited to 'common')
-rw-r--r--common/include/asm/arch/spc300-atag.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/include/asm/arch/spc300-atag.h b/common/include/asm/arch/spc300-atag.h
index 315c867916..dc5d192091 100644
--- a/common/include/asm/arch/spc300-atag.h
+++ b/common/include/asm/arch/spc300-atag.h
@@ -23,9 +23,9 @@
#define ATAG_SPC300 0x41000102
struct tag_spc300 {
- u32 nvram_offset;
- u32 plc_mem_size;
- u32 cur_img_slot;
+ u32 nvram_offset;
+ u32 plc_mem_size;
+ u32 cur_img_slot;
};
#endif /* __ASM_ARCH_SPC300_ATAG_H */