aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/stm32mp15_st_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/stm32mp15_st_common.h b/include/configs/stm32mp15_st_common.h
index 10248bffc14..e8dad004c61 100644
--- a/include/configs/stm32mp15_st_common.h
+++ b/include/configs/stm32mp15_st_common.h
@@ -8,6 +8,9 @@
#ifndef __CONFIG_STM32MP15_ST_COMMON_H__
#define __CONFIG_STM32MP15_ST_COMMON_H__
+#define STM32MP_BOARD_EXTRA_ENV \
+ "console=ttySTM0\0"
+
#include <configs/stm32mp15_common.h>
#ifdef CONFIG_EXTRA_ENV_SETTINGS