aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-06-04 20:21:39 +0530
committerKever Yang <kever.yang@rock-chips.com>2020-06-07 18:57:16 +0800
commite88485923be4286bf5070c1493ea85ef5a897c32 (patch)
tree147b80f6f1d353f0559d3a937aba22b0d2aa67a2 /include
parentf6f9affdcea058bec6004895ab427a4ecda775b2 (diff)
downloadu-boot-e88485923be4286bf5070c1493ea85ef5a897c32.zip
u-boot-e88485923be4286bf5070c1493ea85ef5a897c32.tar.gz
u-boot-e88485923be4286bf5070c1493ea85ef5a897c32.tar.bz2
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')
-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 d4cbc35..59fe222 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