summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/asm-offsets.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-12 21:05:22 +0800
committerSimon Glass <sjg@chromium.org>2014-12-13 22:32:04 -0700
commitfe0c33a5acc8cc5400747200802089177bd94b58 (patch)
tree1c95fc97caa55bfb3f81d6ecf750db36023a5cdd /arch/x86/lib/asm-offsets.c
parentc7016234f77e3c46dab08f84399bcc4b48268c04 (diff)
downloadtalos-obmc-uboot-fe0c33a5acc8cc5400747200802089177bd94b58.tar.gz
talos-obmc-uboot-fe0c33a5acc8cc5400747200802089177bd94b58.zip
x86: Clean up asm-offsets
Move GD_BIST from lib/asm-offsets.c to arch/x86/lib/asm-offsets.c as it is x86 arch specific stuff. Also remove GENERATED_GD_RELOC_OFF which is not referenced anymore. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/asm-offsets.c')
-rw-r--r--arch/x86/lib/asm-offsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/asm-offsets.c b/arch/x86/lib/asm-offsets.c
index d65c6ab1b0..50a488f4f1 100644
--- a/arch/x86/lib/asm-offsets.c
+++ b/arch/x86/lib/asm-offsets.c
@@ -17,6 +17,6 @@
int main(void)
{
- DEFINE(GENERATED_GD_RELOC_OFF, offsetof(gd_t, reloc_off));
+ DEFINE(GD_BIST, offsetof(gd_t, arch.bist));
return 0;
}
OpenPOWER on IntegriCloud