1From efc627f4a288ea2e7969407f50fc403bb0264df1 Mon Sep 17 00:00:00 2001
2From: Alexander Filippov <a.filippov@yadro.com>
3Date: Wed, 23 Oct 2019 15:51:25 +0300
4Subject: [PATCH] config/ast-common: set fieldmode to true
5
6Force enables field mode. Our system always in production.
7
8Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
9---
10 include/configs/ast-common.h | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/include/configs/ast-common.h b/include/configs/ast-common.h
14index a0243083bd..6285fa4037 100644
15--- a/include/configs/ast-common.h
16+++ b/include/configs/ast-common.h
17@@ -117,6 +117,7 @@
18 #define ASPEED_ENV_SETTINGS \
19 	"verify=yes\0"	\
20 	"spi_dma=yes\0" \
21+	"fieldmode=true\0" \
22 	""
23
24 #endif	/* __AST_COMMON_CONFIG_H */
25--
262.21.0
27
28