summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/olimex_am335x_som.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/olimex_am335x_som.h b/include/configs/olimex_am335x_som.h
index 6d6051bbd8..a0ac3c4649 100644
--- a/include/configs/olimex_am335x_som.h
+++ b/include/configs/olimex_am335x_som.h
@@ -114,7 +114,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
"fdtaddr=0x88000000\0" \
- "bootargs=console=ttyO0,115200n8 rootwait root=/dev/mmcblk0p1\0" \
+ "bootargs=console=ttyO0,115200n8 rootwait root=/dev/mmcblk0p1 ro rootflags=data=journal\0" \
"bootcmd=ext4load mmc 0:1 $loadaddr /boot/zImage; ext4load mmc 0:1 $fdtaddr /boot/am335x-olimex-som.dtb; bootz $loadaddr - $fdtaddr\0"
#endif
#endif