From ffaefb885ee113d12c3ff78109beb43ba1884945 Mon Sep 17 00:00:00 2001 From: Andy Yan Date: Mon, 4 Sep 2017 20:32:23 +0800 Subject: [PATCH] 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 Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- 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 8cba92c56d..8b4155f37c 100644 --- a/include/configs/rk3368_common.h +++ b/include/configs/rk3368_common.h @@ -51,6 +51,7 @@ #include #define CONFIG_EXTRA_ENV_SETTINGS \ + ENV_MEM_LAYOUT_SETTINGS \ BOOTENV #endif -- 2.39.5