common: host_command_master: Add buf to .bss.slow.

BUG=chrome-os-partner:46056
BUG=chrome-os-partner:46063
BRANCH=None
TEST=Enable CONFIG_REPLACE_LOADER_WITH_BSS_SLOW on GLaDOS.  Build,
flash, and verify that AP and EC boot.
TEST=make -j buildall tests

CQ-DEPEND=CL:311209

Change-Id: Idb078b537addd0439f71f99489c27a6d1303ec5a
Signed-off-by: Aseda Aboagye <aaboagye@google.com>
Reviewed-on: https://chromium-review.googlesource.com/311426
Commit-Ready: Aseda Aboagye <aaboagye@chromium.org>
Tested-by: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Reviewed-by: Alec Berg <alecaberg@chromium.org>
This commit is contained in:
Aseda Aboagye
2015-11-04 14:50:37 -08:00
committed by chrome-bot
parent 8608ea0a6c
commit 006d2ad3a6

View File

@@ -188,8 +188,8 @@ int pd_host_command(int command, int version,
static int command_pd_mcu(int argc, char **argv)
{
char *e;
static char outbuf[128];
static char inbuf[128];
static char __bss_slow outbuf[128];
static char __bss_slow inbuf[128];
int command, version;
int i, ret, tmp;