summaryrefslogtreecommitdiff
path: root/include/configs/roc-pc-rk3399.h
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-06-04 17:51:39 +0300
committerKever Yang <kever.yang@rock-chips.com>2020-06-07 13:57:16 +0300
commite88485923be4286bf5070c1493ea85ef5a897c32 (patch)
tree147b80f6f1d353f0559d3a937aba22b0d2aa67a2 /include/configs/roc-pc-rk3399.h
parentf6f9affdcea058bec6004895ab427a4ecda775b2 (diff)
downloadu-boot-e88485923be4286bf5070c1493ea85ef5a897c32.tar.xz
roc-rk3399-pc: Mark default env from SPI
Mark the default U-Boot environment as SPI flash since this is an on board flash device. Updated env offset, size in contrast with default since the U-Boot proper has to start from 384K. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/roc-pc-rk3399.h')
-rw-r--r--include/configs/roc-pc-rk3399.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/roc-pc-rk3399.h b/include/configs/roc-pc-rk3399.h
index d4cbc3532e..59fe22289c 100644
--- a/include/configs/roc-pc-rk3399.h
+++ b/include/configs/roc-pc-rk3399.h
@@ -13,10 +13,6 @@
#include <configs/rk3399_common.h>
-#if defined(CONFIG_ENV_IS_IN_MMC)
-# define CONFIG_SYS_MMC_ENV_DEV 0
-#endif
-
#define SDRAM_BANK_SIZE (2UL << 30)
#endif