Alexander Filippov | ba04d69 | 2020-05-27 15:55:34 +0300 | [diff] [blame] | 1 | From efc627f4a288ea2e7969407f50fc403bb0264df1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Filippov <a.filippov@yadro.com> |
| 3 | Date: Wed, 23 Oct 2019 15:51:25 +0300 |
| 4 | Subject: [PATCH] config/ast-common: set fieldmode to true |
| 5 | |
| 6 | Force enables field mode. Our system always in production. |
| 7 | |
| 8 | Signed-off-by: Alexander Filippov <a.filippov@yadro.com> |
| 9 | --- |
| 10 | include/configs/ast-common.h | 1 + |
| 11 | 1 file changed, 1 insertion(+) |
| 12 | |
| 13 | diff --git a/include/configs/ast-common.h b/include/configs/ast-common.h |
| 14 | index 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 | -- |
| 26 | 2.21.0 |
| 27 | |