blob: a5c1bb2ae1f3ccc9f5f14a4a26e92d8b538efd3c [file] [log] [blame]
Alexander Filippovba04d692020-05-27 15:55:34 +03001From 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