diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/global_data.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 5416f468b..3e9ca1182 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -68,9 +68,6 @@ typedef struct global_data {  	unsigned long env_addr;	/* Address  of Environment struct */  	unsigned long env_valid;	/* Checksum of Environment valid? */ -	/* TODO: is this the same as relocaddr, or something else? */ -	unsigned long dest_addr;	/* Post-relocation address of U-Boot */ -	unsigned long dest_addr_sp;  	unsigned long ram_top;	/* Top address of RAM used by U-Boot */  	unsigned long relocaddr;	/* Start address of U-Boot in RAM */ |