rockchip/rk3399: prevent to build error with SPL

As rk3399 enables the CONFIG_BOOTCOMMAN that will cause
the build error with SPL enabled.

Change-Id: I8d2f680efd24e9ad528d06f363f646e6a7c7f0f0
Signed-off-by: Caesar <wxt@rock-chips.com>
This commit is contained in:
Caesar 2018-04-03 20:36:36 +08:00 committed by Kever Yang
parent 1e104d5571
commit 8517e6f9eb
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@
#include <configs/rk3399_common.h>
#ifndef CONFIG_SPL_BUILD
#undef CONFIG_BOOTCOMMAND
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
#endif
#define CONFIG_MMC_SDHCI_SDMA
#define CONFIG_SYS_MMC_ENV_DEV 0