diff mbox series

[U-Boot] rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET

Message ID 1509000302-19534-1-git-send-email-kever.yang@rock-chips.com
State Accepted
Commit 4c1a60c5973be6cf1a1a8b1eb85ee93bdc21a499
Delegated to: Philipp Tomsich
Headers show
Series [U-Boot] rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET | expand

Commit Message

Kever Yang Oct. 26, 2017, 6:45 a.m. UTC
Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 include/configs/evb_rk3328.h | 6 ------
 1 file changed, 6 deletions(-)

Comments

Philipp Tomsich Oct. 31, 2017, 9:51 p.m. UTC | #1
> Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
>  include/configs/evb_rk3328.h | 6 ------
>  1 file changed, 6 deletions(-)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich Oct. 31, 2017, 9:52 p.m. UTC | #2
> Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
>  include/configs/evb_rk3328.h | 6 ------
>  1 file changed, 6 deletions(-)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich Oct. 31, 2017, 9:59 p.m. UTC | #3
> Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  include/configs/evb_rk3328.h | 6 ------
>  1 file changed, 6 deletions(-)
> 

Applied to u-boot-rockchip, thanks!
diff mbox series

Patch

diff --git a/include/configs/evb_rk3328.h b/include/configs/evb_rk3328.h
index c792ce5..93b18b8 100644
--- a/include/configs/evb_rk3328.h
+++ b/include/configs/evb_rk3328.h
@@ -10,12 +10,6 @@ 
 #include <configs/rk3328_common.h>
 
 #define CONFIG_SYS_MMC_ENV_DEV 1
-/*
- * SPL @ 32k for ~36k
- * ENV @ 96k
- * u-boot @ 128K
- */
-#define CONFIG_ENV_OFFSET (96 * 1024)
 
 #define SDRAM_BANK_SIZE			(2UL << 30)