From e88485923be4286bf5070c1493ea85ef5a897c32 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Thu, 4 Jun 2020 20:21:39 +0530 Subject: 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 Reviewed-by: Kever Yang --- include/configs/roc-pc-rk3399.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/configs/roc-pc-rk3399.h b/include/configs/roc-pc-rk3399.h index d4cbc3532e1..59fe22289cf 100644 --- a/include/configs/roc-pc-rk3399.h +++ b/include/configs/roc-pc-rk3399.h @@ -13,10 +13,6 @@ #include -#if defined(CONFIG_ENV_IS_IN_MMC) -# define CONFIG_SYS_MMC_ENV_DEV 0 -#endif - #define SDRAM_BANK_SIZE (2UL << 30) #endif -- cgit v1.3.1