diff options
author | Daniel Palmer <daniel@0x0f.com> | 2021-05-25 22:07:10 +0900 |
---|---|---|
committer | Daniel Palmer <daniel@0x0f.com> | 2021-05-25 22:07:10 +0900 |
commit | a44d71f71d7cef3dc484ae3b0075264db6f42755 (patch) | |
tree | 79d8cb1f47e4fabcebcdbff380de02cb39b1db25 | |
parent | ae245b682877dda4c62d64e9f67fc58571968e8d (diff) |
Boot args for avtech.
-rw-r--r-- | include/configs/olimex_am335x_som.h | 2 |
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 |