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 d4cbc3532e..59fe22289c 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 From 34f7e14d6b9ec69fd3c21f5f6eaefd8fb4e1ac1f Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 3 Jun 2020 17:15:12 +0200 Subject: rockchip: rockpro64: Store default env into SPI Board has flash chip on board so let store U-Boot environment there. Signed-off-by: Marcin Juszkiewicz Reviewed-by: Kever Yang --- include/configs/rockpro64_rk3399.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/rockpro64_rk3399.h b/include/configs/rockpro64_rk3399.h index 37a08b2c00..903e9df527 100644 --- a/include/configs/rockpro64_rk3399.h +++ b/include/configs/rockpro64_rk3399.h @@ -13,8 +13,6 @@ #include -#define CONFIG_SYS_MMC_ENV_DEV 0 - #define SDRAM_BANK_SIZE (2UL << 30) #define CONFIG_USB_OHCI_NEW -- cgit