diff options
| author | Olaf Mandel <[email protected]> | 2024-05-21 12:49:38 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-05-24 11:30:38 -0300 |
| commit | 5838b3f751bd28319f8c016f7537a88842e548a6 (patch) | |
| tree | cf59e800f05a23b88cb91d61796494cac4f67fe0 /include | |
| parent | 4095df4634b4791d83cf86ad94e43b83057830f4 (diff) | |
ARM: imx: mx5: Simplify TFTP server layout on MX53 Menlo board
By removing the "boot" directory in the "m53menlo/boot/fitImage" path,
we simplify the TFTP server directory layout a bit. This also requires a
change to the mmcload command as it (mis-)uses the same variable as the
TFTP boot.
Signed-off-by: Olaf Mandel <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/m53menlo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index 1ecbba1b58f..9cf46b2c362 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -119,7 +119,7 @@ "addargs=run addcons addmisc addmtd\0" \ "mmcload=" \ "mmc rescan || reset ; load mmc ${mmcdev}:${mmcpart} " \ - "${kernel_addr_r} ${bootfile} || reset\0" \ + "${kernel_addr_r} boot/${bootfile} || reset\0" \ "miscargs=nohlt panic=1\0" \ "mmcargs=setenv bootargs root=/dev/mmcblk0p${mmcpart} rw " \ "rootwait\0" \ |
