aboutsummaryrefslogtreecommitdiff
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
parentd55af074e5a8dc85fc78f468d1f8bc96ae8b6855 (diff)
downloadu-boot-ffaefb885ee113d12c3ff78109beb43ba1884945.zip
u-boot-ffaefb885ee113d12c3ff78109beb43ba1884945.tar.gz
u-boot-ffaefb885ee113d12c3ff78109beb43ba1884945.tar.bz2
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>
-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 8cba92c..8b4155f 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