diff options
author | Shobhit Srivastava <shobhit.srivastava@intel.com> | 2016-02-17 15:14:41 +0530 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-02-19 04:49:11 -0800 |
commit | 2435c91b3a52071a048cc7261b966daf2e78f853 (patch) | |
tree | e8f03cbdaa3233b2cd1096fe78ca9c7bc2b2d5d2 | |
parent | db4c248e4c7383320b62506ecf14fc003befc8f2 (diff) | |
download | chrome-ec-2435c91b3a52071a048cc7261b966daf2e78f853.tar.gz |
Kunimitsu: Enable config REPLACE_LOADER_WITH_BSS_SLOW
If during EC boot we have space issue in shared memory then
ec hash calculation aborts and we cannot boot to RW.
This patch enables the config option to reclaim space from
little firmware loader. This leads to more shared memory
availability and resolves the boot issue.
BUG=chrome-os-partner:50127
BRANCH=glados
TEST=Build/Flash and verify DUT boots to RW. Increase PD logging
size to 512 and verify again that DUT boots to RW
Change-Id: Ic49e37fbc83e12a52cadd9796c5ef6f47d8cf33f
Signed-off-by: Shobhit Srivastava <shobhit.srivastava@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/327656
Reviewed-by: Srinivas Kowtal <srinivas.kowtal@intel.com>
Reviewed-by: Shawn N <shawnn@chromium.org>
(cherry picked from commit 22f8c71aca4d5bf225e420507e34032eef2ea5c0)
Reviewed-on: https://chromium-review.googlesource.com/328330
Commit-Ready: Divagar Mohandass <divagar.mohandass@intel.com>
Tested-by: Divagar Mohandass <divagar.mohandass@intel.com>
Reviewed-by: Jenny Tc <jenny.tc@intel.com>
-rw-r--r-- | board/kunimitsu/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/kunimitsu/board.h b/board/kunimitsu/board.h index cec0aa1f66..fe5e0470bf 100644 --- a/board/kunimitsu/board.h +++ b/board/kunimitsu/board.h @@ -38,6 +38,7 @@ #define CONFIG_CHARGER_SENSE_RESISTOR 10 #define CONFIG_CHARGER_SENSE_RESISTOR_AC 20 #define CONFIG_TRICKLE_CHARGING +#define CONFIG_REPLACE_LOADER_WITH_BSS_SLOW /* PSYS resistor 8.25KOhm */ #define CHARGER_PSYS_RESISTOR 8250 |