From 9aa497a6025b695dd74845a575b0623a6dfa49c4 Mon Sep 17 00:00:00 2001 From: Ji Luo Date: Fri, 22 Apr 2022 12:12:48 +0800 Subject: MA-20225 imx8ulp: guard get_board_serial() with CONFIG_SERIAL_TAG Guard the get_board_serial() for imx8ulp with CONFIG_SERIAL_TAG to align with other platforms. Signed-off-by: Ji Luo --- include/configs/imx8ulp_evk.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/imx8ulp_evk.h b/include/configs/imx8ulp_evk.h index a9bbb6ad926..44872194d69 100644 --- a/include/configs/imx8ulp_evk.h +++ b/include/configs/imx8ulp_evk.h @@ -30,6 +30,8 @@ #define COUNTER_FREQUENCY 1000000 /* 1MHz */ +#define CONFIG_SERIAL_TAG + /* ENET Config */ #if defined(CONFIG_FEC_MXC) #define CONFIG_ETHPRIME "FEC" -- cgit v1.2.3