rockchip: rk3368: add ENV_MEM_LAYOUT to extra env settings
authorAndy Yan <andy.yan@rock-chips.com>
Mon, 4 Sep 2017 12:32:23 +0000 (20:32 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 18 Sep 2017 18:40:36 +0000 (20:40 +0200)
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>
include/configs/rk3368_common.h

index 8cba92c..8b4155f 100644 (file)
@@ -51,6 +51,7 @@
 #include <config_distro_bootcmd.h>
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
+       ENV_MEM_LAYOUT_SETTINGS \
        BOOTENV
 
 #endif