X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=lib%2Fasm-offsets.c;h=221ebbf1771e06a9ae0b8f8e312b095e12348ffa;hb=c26173a565fe0a8fc15059361c3ef05cd049a79c;hp=129bc3e2aff7eb18d80a4a10afe9cb5688f33384;hpb=3d5920a31bb846249385e1ca5c086662c39bc44e;p=karo-tx-uboot.git diff --git a/lib/asm-offsets.c b/lib/asm-offsets.c index 129bc3e2af..221ebbf177 100644 --- a/lib/asm-offsets.c +++ b/lib/asm-offsets.c @@ -32,15 +32,11 @@ int main(void) DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); #endif -#if defined(CONFIG_ARM) - DEFINE(GD_RELOCADDR, offsetof(struct global_data, relocaddr)); DEFINE(GD_RELOC_OFF, offsetof(struct global_data, reloc_off)); DEFINE(GD_START_ADDR_SP, offsetof(struct global_data, start_addr_sp)); -#endif - return 0; }