
4 Sep
2017
4 Sep
'17
2:32 p.m.
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
--
2.7.4