diff options
author | Simon Glass <sjg@chromium.org> | 2014-02-27 13:26:25 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-03-17 20:05:50 -0600 |
commit | 2c072c958bb544c72f0e848375803dbd6971f022 (patch) | |
tree | e0c9c7e2797f391cec4012e5c3838e39de9563dd /include/common.h | |
parent | 6e16d90aca35b8f95dd6ee9aef953d702b99eecc (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 968334b588b..5c9bd08f45f 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 |