diff mbox series

[U-Boot,1/2] rockchip: rk3368: add ENV_MEM_LAYOUT to extra env settings

Message ID 1504528343-20748-1-git-send-email-andy.yan@rock-chips.com
State Accepted
Commit ffaefb885ee113d12c3ff78109beb43ba1884945
Delegated to: Philipp Tomsich
Headers show
Series [U-Boot,1/2] rockchip: rk3368: add ENV_MEM_LAYOUT to extra env settings | expand

Commit Message

Andy Yan Sept. 4, 2017, 12:32 p.m. UTC
Add the ENV_MEM_LAYOUT_SETTINGS to CONFIG_EXTRA_ENV_SETTINGS

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---

 include/configs/rk3368_common.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Philipp Tomsich Sept. 12, 2017, 11:03 a.m. UTC | #1
> Add the ENV_MEM_LAYOUT_SETTINGS to CONFIG_EXTRA_ENV_SETTINGS
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> ---
> 
>  include/configs/rk3368_common.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich Sept. 12, 2017, 1:56 p.m. UTC | #2
> Add the ENV_MEM_LAYOUT_SETTINGS to CONFIG_EXTRA_ENV_SETTINGS
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  include/configs/rk3368_common.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied to u-boot-rockchip, thanks!
Philipp Tomsich Sept. 12, 2017, 3:47 p.m. UTC | #3
> Add the ENV_MEM_LAYOUT_SETTINGS to CONFIG_EXTRA_ENV_SETTINGS
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  include/configs/rk3368_common.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
diff mbox series

Patch

diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h
index a89c69a..2ed1fb1 100644
--- a/include/configs/rk3368_common.h
+++ b/include/configs/rk3368_common.h
@@ -52,6 +52,7 @@ 
 #include <config_distro_bootcmd.h>
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
+	ENV_MEM_LAYOUT_SETTINGS	\
 	BOOTENV
 
 #endif