summaryrefslogtreecommitdiffstats
path: root/include/configs/rk3288_common.h
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2015-11-17 14:20:12 +0800
committerSimon Glass <sjg@chromium.org>2015-12-01 08:07:22 -0700
commit302d1767b994e209c0a021c0602d287a2a8d979d (patch)
tree9b7f4fb52e2f998eb472f65c8b8d39a55afe9615 /include/configs/rk3288_common.h
parent5138337b3ff20380d2a62eccb63fdfd05f51982b (diff)
downloadtalos-obmc-uboot-302d1767b994e209c0a021c0602d287a2a8d979d.tar.gz
talos-obmc-uboot-302d1767b994e209c0a021c0602d287a2a8d979d.zip
rockchip: add config decide whether to build common.c
some rockchips soc will not use uclass in SPL stage, so define config to decide whether to build common.c Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3288_common.h')
-rw-r--r--include/configs/rk3288_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index af62227793..cd7477be18 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -42,6 +42,9 @@
#define CONFIG_SPL_STACK 0xff718000
#define CONFIG_SPL_TEXT_BASE 0xff704004
+#define CONFIG_ROCKCHIP_COMMON
+#define CONFIG_SPL_ROCKCHIP_COMMON
+
/* MMC/SD IP block */
#define CONFIG_MMC
#define CONFIG_GENERIC_MMC
OpenPOWER on IntegriCloud