diff options
Diffstat (limited to 'include/configs/stm32h743-eval.h')
-rw-r--r-- | include/configs/stm32h743-eval.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/stm32h743-eval.h b/include/configs/stm32h743-eval.h index 531de70149..1494203e83 100644 --- a/include/configs/stm32h743-eval.h +++ b/include/configs/stm32h743-eval.h @@ -39,6 +39,8 @@ #define CONFIG_BOOTARGS \ "console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel" +#define CONFIG_ENV_VARS_UBOOT_CONFIG + /* * Command line configuration. */ |