aboutsummaryrefslogtreecommitdiff
path: root/include/configs/evb_rk3399.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-02-01 15:31:04 -0500
committerTom Rini <trini@konsulko.com>2020-02-01 15:31:04 -0500
commit427da6f0280ba1ce07e06941dd18a435fabd18fb (patch)
tree9375e0449d817471c3dc81e6507ec13bd04798d2 /include/configs/evb_rk3399.h
parent80e99adbe47d1c8590f9b971ac52257fdc51a5ec (diff)
parentc8343e93220a487f332441cff780a702ca2ce3a9 (diff)
Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Support redundant boot for rk3399 - Support binman for rockchip platform - Update ram driver and add ddr4 support for rk3328
Diffstat (limited to 'include/configs/evb_rk3399.h')
-rw-r--r--include/configs/evb_rk3399.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/evb_rk3399.h b/include/configs/evb_rk3399.h
index b9c4d683f4..c0b0358893 100644
--- a/include/configs/evb_rk3399.h
+++ b/include/configs/evb_rk3399.h
@@ -8,7 +8,9 @@
#include <configs/rk3399_common.h>
-#define CONFIG_SYS_MMC_ENV_DEV 0
+#if defined(CONFIG_ENV_IS_IN_MMC)
+# define CONFIG_SYS_MMC_ENV_DEV 0
+#endif
#define SDRAM_BANK_SIZE (2UL << 30)