summaryrefslogtreecommitdiffstats
path: root/board/cm4008
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-03-05 14:39:38 +0000
committerTom Rini <trini@ti.com>2013-03-15 16:13:58 -0400
commite103b7ae903dffc8e35cd676c1a72712dec14382 (patch)
tree9e12092437a9b2940ad970d94d629a7844ebd50d /board/cm4008
parent1865286466a5d0c7f2e3c37632da56556c838e9e (diff)
downloadblackbird-obmc-uboot-e103b7ae903dffc8e35cd676c1a72712dec14382.tar.gz
blackbird-obmc-uboot-e103b7ae903dffc8e35cd676c1a72712dec14382.zip
arm: Use sections header to obtain link symbols
Include this header to get access to link symbols, which are otherwise removed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/cm4008')
-rw-r--r--board/cm4008/flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cm4008/flash.c b/board/cm4008/flash.c
index 5522bf085e..0faf197042 100644
--- a/board/cm4008/flash.c
+++ b/board/cm4008/flash.c
@@ -29,6 +29,7 @@
#include <common.h>
#include <linux/byteorder/swab.h>
+#include <asm/sections.h>
flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */
OpenPOWER on IntegriCloud