x86: Use sections header to obtain link symbols

These are defined in asm-generic/sections.h, so remove them from
architecture-specific files.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2013-03-05 14:39:54 +00:00 committed by Tom Rini
parent be274b99ab
commit 86cfb6bdec
6 changed files with 5 additions and 12 deletions

View file

@ -32,6 +32,7 @@
#include <spi.h>
#include <status_led.h>
#include <asm/processor.h>
#include <asm/sections.h>
#include <asm/u-boot-x86.h>
#include <linux/compiler.h>