Joel Stanley | c5bb61e | 2018-02-20 16:17:22 +1030 | [diff] [blame] | 1 | From c678bbdad037604850613e775baacc52ed92c9c1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Patrick Williams <patrick@stwcx.xyz> |
| 3 | Date: Fri, 21 Jul 2017 16:30:01 -0500 |
| 4 | Subject: [PATCH 2/4] config/ast-common: hack bootopts |
| 5 | |
| 6 | Signed-off-by: Patrick Williams <patrick@stwcx.xyz> |
| 7 | --- |
| 8 | include/configs/ast-common.h | 3 +++ |
| 9 | 1 file changed, 3 insertions(+) |
| 10 | |
| 11 | diff --git a/include/configs/ast-common.h b/include/configs/ast-common.h |
| 12 | index 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 | -- |
| 27 | 2.14.3 |
| 28 | |