blob: d04156712c6a108ec01acdd5e4a1f2c84de23a04 [file] [log] [blame]
Joel Stanley2fbe1fe2018-02-20 16:17:22 +10301From c678bbdad037604850613e775baacc52ed92c9c1 Mon Sep 17 00:00:00 2001
2From: Patrick Williams <patrick@stwcx.xyz>
3Date: Fri, 21 Jul 2017 16:30:01 -0500
4Subject: [PATCH 2/4] config/ast-common: hack bootopts
5
6Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
7---
8 include/configs/ast-common.h | 3 +++
9 1 file changed, 3 insertions(+)
10
11diff --git a/include/configs/ast-common.h b/include/configs/ast-common.h
12index a0243083bd..7ddba62298 100644
13--- a/include/configs/ast-common.h
14+++ b/include/configs/ast-common.h
15@@ -96,7 +96,10 @@
16 #define CONFIG_CMD_MTDPARTS
17 #endif
18
19+#if 0
20 #define CONFIG_BOOTARGS "console=ttyS4,115200n8 root=/dev/ram rw"
21+#endif
22+#define CONFIG_BOOTARGS "console=ttyS4,115200n8 root=/dev/mtdblock4 ro"
23
24 #define CONFIG_AST_SPI_NOR /* AST SPI NOR Flash */
25 #define CONFIG_FMC_CS 1
26--
272.14.3
28