mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
global_data.h: Standardize tabs and alignment for comments
Line up comments for readibility. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:

committed by
Tom Rini

parent
fce78503b2
commit
2adbc17b9e
@ -52,7 +52,6 @@ typedef struct global_data {
|
||||
unsigned long env_valid; /* Checksum of Environment valid? */
|
||||
|
||||
unsigned long ram_top; /* Top address of RAM used by U-Boot */
|
||||
|
||||
unsigned long relocaddr; /* Start address of U-Boot in RAM */
|
||||
phys_size_t ram_size; /* RAM size */
|
||||
unsigned long mon_len; /* monitor len */
|
||||
|
Reference in New Issue
Block a user