summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-02-27 13:26:25 -0700
committerSimon Glass <sjg@chromium.org>2014-03-17 20:05:50 -0600
commit2c072c958bb544c72f0e848375803dbd6971f022 (patch)
treee0c9c7e2797f391cec4012e5c3838e39de9563dd /include/common.h
parent6e16d90aca35b8f95dd6ee9aef953d702b99eecc (diff)
downloadtalos-obmc-uboot-2c072c958bb544c72f0e848375803dbd6971f022.tar.gz
talos-obmc-uboot-2c072c958bb544c72f0e848375803dbd6971f022.zip
sandbox: config: Enable cros_ec emulation and related items
Enable the Chrome OS EC emulation for sandbox along with LCD, sound expanded GPIOs and a few other options to make this work correctly. Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Che-Liang Chiou <clchiou@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 968334b588..5c9bd08f45 100644
--- a/include/common.h
+++ b/include/common.h
@@ -314,6 +314,7 @@ static inline int print_cpuinfo(void)
}
#endif
int update_flash_size(int flash_size);
+int arch_early_init_r(void);
/**
* Show the DRAM size in a board-specific way
OpenPOWER on IntegriCloud