summaryrefslogtreecommitdiff
path: root/include/configs/rk3368_common.h
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2017-09-04 20:32:23 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-09-18 20:40:36 +0200
commitffaefb885ee113d12c3ff78109beb43ba1884945 (patch)
treeb3fe932219d506d0b6aba106c1e67ee8408f6636 /include/configs/rk3368_common.h
parentd55af074e5a8dc85fc78f468d1f8bc96ae8b6855 (diff)
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> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/rk3368_common.h')
-rw-r--r--include/configs/rk3368_common.h1
1 files changed, 1 insertions, 0 deletions
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 <config_distro_bootcmd.h>
#define CONFIG_EXTRA_ENV_SETTINGS \
+ ENV_MEM_LAYOUT_SETTINGS \
BOOTENV
#endif