diff options
| author | Eduard Strehlau <[email protected]> | 2023-04-26 13:04:55 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-05-02 10:57:32 +0200 |
| commit | b1bbdf15418c2c9bb16863ad45b17037dabb381b (patch) | |
| tree | 6b17d86aab47abcb28df5874670d9354841d9405 /include | |
| parent | 31c6c79a01c05dca9ab93b42f0f97d973a4db61f (diff) | |
smegw01: Change default boot device to eMMC
Let eMMC be the default boot medium.
Signed-off-by: Eduard Strehlau <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/smegw01.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/smegw01.h b/include/configs/smegw01.h index 71f2d9c8e85..8f68472f5ba 100644 --- a/include/configs/smegw01.h +++ b/include/configs/smegw01.h @@ -28,7 +28,7 @@ "fdtfile=imx7d-smegw01.dtb\0" \ "fdt_addr=0x83000000\0" \ "bootm_size=0x10000000\0" \ - "mmcdev=0\0" \ + "mmcdev=1\0" \ "mmcpart=1\0" \ "mmcpart_committed=1\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ |
