diff options
author | Simon Glass <sjg@chromium.org> | 2013-03-05 14:39:38 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-15 16:13:58 -0400 |
commit | e103b7ae903dffc8e35cd676c1a72712dec14382 (patch) | |
tree | 9e12092437a9b2940ad970d94d629a7844ebd50d /board | |
parent | 1865286466a5d0c7f2e3c37632da56556c838e9e (diff) | |
download | u-boot-imx-e103b7ae903dffc8e35cd676c1a72712dec14382.zip u-boot-imx-e103b7ae903dffc8e35cd676c1a72712dec14382.tar.gz u-boot-imx-e103b7ae903dffc8e35cd676c1a72712dec14382.tar.bz2 |
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')
-rw-r--r-- | board/cm4008/flash.c | 1 | ||||
-rw-r--r-- | board/cm41xx/flash.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/cm4008/flash.c b/board/cm4008/flash.c index 5522bf0..0faf197 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 */ diff --git a/board/cm41xx/flash.c b/board/cm41xx/flash.c index 5522bf0..0faf197 100644 --- a/board/cm41xx/flash.c +++ b/board/cm41xx/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 */ |