diff options
| author | Fabio Berton <[email protected]> | 2017-11-16 09:59:49 -0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-11-20 09:54:09 +0100 |
| commit | 2566c4f698dffea6ea8e55dbb767cf6c0cd53fa2 (patch) | |
| tree | 54ba63f20c8dd187fd88aed7a8201f7fce2c6489 /include | |
| parent | ebbdeb2a102c8f3578c56a63485b6d51a6b9af34 (diff) | |
pico-imx6ul: Use FS_GENERIC load command
Signed-off-by: Fabio Berton <[email protected]>
Signed-off-by: Otavio Salvador <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/pico-imx6ul.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 310fceb14b8..f821b67c72b 100644 --- a/include/configs/pico-imx6ul.h +++ b/include/configs/pico-imx6ul.h @@ -74,8 +74,8 @@ "setup_emmc=gpt write mmc 0 $partitions; reset;\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ "root=PARTUUID=${uuid} rootwait rw\0" \ - "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ - "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ + "loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ + "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ "mmcboot=echo Booting from mmc ...; " \ "run finduuid; " \ "run mmcargs; " \ |
