summaryrefslogtreecommitdiff
path: root/common/firmware_image.lds.S
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-15 16:17:32 -0700
committerChromeBot <chrome-bot@google.com>2013-07-16 12:06:31 -0700
commit0c73fdae773be0d42c969e4171b0504fcf06b97a (patch)
tree120e5c72cc095911d5761f2004b959176bcc974c /common/firmware_image.lds.S
parent873e4425c5e27be3019b0ca47251e6fb94715bd3 (diff)
downloadchrome-ec-0c73fdae773be0d42c969e4171b0504fcf06b97a.tar.gz
Make a top-level config.h file to include sub-configs
This file will soon contain the exhaustive list of all CONFIG defines and their descriptions. Chip-level configs are renamed to config_chip.h to avoid naming conflicts. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I9e94146f5b4c016894bd3ae3d371c4b9f3f69afe Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/62122 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'common/firmware_image.lds.S')
-rw-r--r--common/firmware_image.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/firmware_image.lds.S b/common/firmware_image.lds.S
index 9df21d41f9..08e2138ad0 100644
--- a/common/firmware_image.lds.S
+++ b/common/firmware_image.lds.S
@@ -3,7 +3,6 @@
* found in the LICENSE file.
*/
-#include "board.h"
#include "config.h"
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")