configs: stm32mp15: Enable ENV_IS_IN_UBI

Add all relative flags needed by ENV_IS_IN_UBI

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
Patrice Chotard
2019-05-07 18:39:22 +02:00
parent 1538e1a614
commit 80dfdb9c97
3 changed files with 12 additions and 0 deletions

View File

@@ -38,6 +38,10 @@
*/
#define CONFIG_SYS_LOAD_ADDR STM32_DDR_BASE
#if defined(CONFIG_ENV_IS_IN_UBI)
#define CONFIG_ENV_UBI_VOLUME_REDUND "uboot_config_r"
#endif
/* ATAGs */
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS