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:
parent
1e104d5571
commit
8517e6f9eb
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue