From e103b7ae903dffc8e35cd676c1a72712dec14382 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 5 Mar 2013 14:39:38 +0000 Subject: 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 --- board/cm4008/flash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/cm4008') 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 #include +#include flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */ -- cgit v1.2.1