diff options
author | huang lin | 2015-11-17 14:20:12 +0800 |
---|---|---|
committer | Simon Glass | 2015-12-01 08:07:22 -0700 |
commit | 302d1767b994e209c0a021c0602d287a2a8d979d (patch) | |
tree | 9b7f4fb52e2f998eb472f65c8b8d39a55afe9615 /include/configs | |
parent | 5138337b3ff20380d2a62eccb63fdfd05f51982b (diff) |
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')
-rw-r--r-- | include/configs/rk3288_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index af62227793f..cd7477be187 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 |