From a44d71f71d7cef3dc484ae3b0075264db6f42755 Mon Sep 17 00:00:00 2001 From: Daniel Palmer Date: Tue, 25 May 2021 22:07:10 +0900 Subject: Boot args for avtech. --- include/configs/olimex_am335x_som.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit