summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzyw <zyw@rock-chips.com>2014-08-04 19:47:01 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-05 22:17:06 +0000
commit5f24869dcdbea84065770eb8ad51974ecf85e216 (patch)
tree4bed4c3bba76457d7269df2cb785f40e1ccb9800
parent9bc0a4c152dbac6a8adef02843529d5120a6e198 (diff)
downloadchrome-ec-5f24869dcdbea84065770eb8ad51974ecf85e216.tar.gz
veyron: fix compile err
Add undefine CONFIG_CHIPSET_ROCKCHIP in config.h, Fix compile err when make tests. BUG=None TEST=Compiled BRANCH=None Change-Id: Ic9a330c8cb6e1a072230c1f284592703ce245144 Signed-off-by: zyw <zyw@rock-chips.com> Reviewed-on: https://chromium-review.googlesource.com/210901 Reviewed-by: Doug Anderson <dianders@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Doug Anderson <dianders@chromium.org> Tested-by: Doug Anderson <dianders@chromium.org>
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 527e806de7..4161b8a6b5 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1041,6 +1041,7 @@
#undef CONFIG_CHIPSET_GAIA
#undef CONFIG_CHIPSET_HASWELL
#undef CONFIG_CHIPSET_IVYBRIDGE
+#undef CONFIG_CHIPSET_ROCKCHIP
#undef CONFIG_CHIPSET_TEGRA
#undef CONFIG_POWER_COMMON
#endif