]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/asm-offsets.c
imx: add missing definitions for hw_gpmi_debug[23] regs
[karo-tx-uboot.git] / lib / asm-offsets.c
index 580f763da67bfcc396bdbe7beb10de0e9939d3bf..129bc3e2aff7eb18d80a4a10afe9cb5688f33384 100644 (file)
@@ -31,9 +31,6 @@ int main(void)
 #ifdef CONFIG_SYS_MALLOC_F_LEN
        DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base));
 #endif
-#ifdef CONFIG_X86
-       DEFINE(GD_BIST, offsetof(struct global_data, arch.bist));
-#endif
 
 #if defined(CONFIG_ARM)