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

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(+)
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

Add the missing target and pinctrl config for rk3368 sheep board
Signed-off-by: Andy Yan andy.yan@rock-chips.com ---
configs/sheep-rk3368_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/sheep-rk3368_defconfig b/configs/sheep-rk3368_defconfig index da6b93a..b00ca47 100644 --- a/configs/sheep-rk3368_defconfig +++ b/configs/sheep-rk3368_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_ROCKCHIP=y CONFIG_SYS_MALLOC_F_LEN=0x1000 CONFIG_ROCKCHIP_RK3368=y +CONFIG_TARGET_SHEEP=y CONFIG_DEFAULT_DEVICE_TREE="rk3368-sheep" CONFIG_DEBUG_UART=y CONFIG_ENV_IS_NOWHERE=y @@ -16,6 +17,7 @@ CONFIG_CLK=y CONFIG_MMC_DW=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_PINCTRL=y +CONFIG_PINCTRL_ROCKCHIP_RK3368=y CONFIG_RAM=y CONFIG_DEBUG_UART_BASE=0xFF1b0000 CONFIG_DEBUG_UART_CLOCK=24000000

On 4 September 2017 at 06:32, Andy Yan andy.yan@rock-chips.com wrote:
Add the missing target and pinctrl config for rk3368 sheep board
Signed-off-by: Andy Yan andy.yan@rock-chips.com
configs/sheep-rk3368_defconfig | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org

Add the missing target and pinctrl config for rk3368 sheep board
Signed-off-by: Andy Yan andy.yan@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org
configs/sheep-rk3368_defconfig | 2 ++ 1 file changed, 2 insertions(+)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

Add the missing target and pinctrl config for rk3368 sheep board
Signed-off-by: Andy Yan andy.yan@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
configs/sheep-rk3368_defconfig | 2 ++ 1 file changed, 2 insertions(+)
Applied to u-boot-rockchip, thanks!

Add the missing target and pinctrl config for rk3368 sheep board
Signed-off-by: Andy Yan andy.yan@rock-chips.com Reviewed-by: Simon Glass sjg@chromium.org Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
configs/sheep-rk3368_defconfig | 2 ++ 1 file changed, 2 insertions(+)
Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com

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

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!

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
participants (3)
-
Andy Yan
-
Philipp Tomsich
-
Simon Glass