[U-Boot] i.MX8MQ: u-boot-spl-ddr.bin not found
Fabio Estevam
festevam at gmail.com
Thu Mar 7 15:58:06 UTC 2019
Hi Stefano,
On Thu, Mar 7, 2019 at 6:33 AM Stefano Babic <sbabic at denx.de> wrote:
> I guess I never fight with some issues (not only with U-Boot) because I
> replace dash with bash on all my debian-like hosts. Anyway, I was not
> very happy with the patch, using "=" in comparison is something that
> hurts...
What about this?
--- a/tools/imx8m_image.sh
+++ b/tools/imx8m_image.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# SPDX-License-Identifier: GPL-2.0+
#
# script to check whether the file exists in imximage.cfg for i.MX8M
More information about the U-Boot
mailing list