Re: [U-Boot] Please pull u-boot-x86

2019-01-01 Thread Tom Rini
On Mon, Dec 31, 2018 at 12:53:19PM +0800, Bin Meng wrote: > Hi Tom, > > This includes x86 edison defconfig file clean up, and coreboot file > system (cbfs) fixes. > > The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c: > > Merge tag 'signed-efi-2019.01' of git://githu

Re: [U-Boot] [U-Boot, 1/3] bootm: vxworks: Make do_bootvx_fdt() static

2019-01-01 Thread Tom Rini
On Fri, Dec 21, 2018 at 07:13:39AM -0800, Bin Meng wrote: > Change the scope of do_bootvx_fdt() to static since it is only > used in common/bootm_os.c. > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature _

Re: [U-Boot] [U-Boot,3/3] riscv: bootm: Support booting VxWorks

2019-01-01 Thread Tom Rini
On Fri, Dec 21, 2018 at 07:13:41AM -0800, Bin Meng wrote: > Register the 'bootm' function for booting VxWorks kernel for > RISC-V architecture. > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature _

Re: [U-Boot] [U-Boot, 2/3] bootm: vxworks: Make do_bootm_vxworks() non-static

2019-01-01 Thread Tom Rini
On Fri, Dec 21, 2018 at 07:13:40AM -0800, Bin Meng wrote: > For future extension to other architectures, make do_bootm_vxworks() > a non-static function. > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

Re: [U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181217

2019-01-01 Thread Stefano Babic
On 27/12/18 20:16, Fabio Estevam wrote: > Hi Tom, > > On Wed, Dec 26, 2018 at 9:27 PM Tom Rini wrote: > >> There's the list of boards that it might be. Doing a for B in ...;do >> make O=/tmp/$B ${B}_defconfig oldconfig and I see that yup, ids8313 >> trips on the new symbols without having a val

[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190101

2019-01-01 Thread Stefano Babic
enx.de/git/u-boot-imx.git tags/u-boot-imx-20190101 for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100: pico-imx7d: Increase the CONFIG_ENV_OFFSET size (2019-01-01 14:12:18 +0100) imx for 2019.01 - introduce s

[U-Boot] [PATCH] net: bcm6368: fix restart flow issues

2019-01-01 Thread Álvaro Fernández Rojas
Correctly enable/disable bcm6368-net controller to avoid flow issues. Signed-off-by: Álvaro Fernández Rojas --- drivers/net/bcm6368-eth.c | 109 ++ 1 file changed, 62 insertions(+), 47 deletions(-) diff --git a/drivers/net/bcm6368-eth.c b/drivers/net/

[U-Boot] [PATCH] bmips: fix config warnings from 2019.01

2019-01-01 Thread Álvaro Fernández Rojas
- Fixes CONFIG_OF_EMBED warning. - Fixes missing CONFIG_BLK warning for CONFIG_USB. Signed-off-by: Álvaro Fernández Rojas --- configs/comtrend_ar5315u_ram_defconfig | 2 +- configs/comtrend_ar5387un_ram_defconfig | 2 +- configs/comtrend_ct5361_ram_defconfig| 2 +- configs/comtrend_vr3032

[U-Boot] [PATCH v2 1/2] dm: MIGRATION: Update migration plan for SPI

2019-01-01 Thread Jagan Teki
- v2019.04 for no dm conversion drivers - v2019.07 for partially converted drivers. Note: there were many updates on this deadline, so better not update this again. Signed-off-by: Jagan Teki --- Changes for v2: - %s/convertion/conversion - split SPI_FLASH warning in separate patch Makefile

[U-Boot] [PATCH v2 2/2] dm: MIGRATION: Update migration plan for DM_SPI_FLASH

2019-01-01 Thread Jagan Teki
Migration plan for DM_SPI_FLASH is v2019.07 since it depends on DM_SPI migration. Signed-off-by: Jagan Teki --- Changes for v2: - none Makefile | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index c4d827f259..3e926d839f 100644 --- a/Makefile +++ b/Makefile @

Re: [U-Boot] [PATCH] bmips: fix config warnings from 2019.01

2019-01-01 Thread Tom Rini
On Tue, Jan 01, 2019 at 07:45:03PM +0100, Álvaro Fernández Rojas wrote: > - Fixes CONFIG_OF_EMBED warning. > - Fixes missing CONFIG_BLK warning for CONFIG_USB. > > Signed-off-by: Álvaro Fernández Rojas To be clear, some number of these have been boot tested too, right? Thanks! -- Tom signat

[U-Boot] Pull request: u-boot-sunxi/master

2019-01-01 Thread Jagan Teki
Hi Tom, Please pull this as part of v2019.01 release. thanks, Jagan. The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c: Merge tag 'signed-efi-2019.01' of git://github.com/agraf/u-boot (2018-12-27 12:59:01 -0500) are available in the Git repository at: git://git.

Re: [U-Boot] [PATCH] Add Hynix H27UBG8T2BTR id

2019-01-01 Thread Jagan Teki
On Sun, Dec 30, 2018 at 1:25 AM Nikolai Zhubr wrote: > > 29.12.2018 21:51, Jagan Teki: > > On Wed, Dec 26, 2018 at 4:20 PM Nikolai Zhubr wrote: > >> > >> Add Hynix H27UBG8T2BTR nand chip identification. > >> These chips are sometimes present in e.g. older A20-olinuxino-micro boards. > > > > So th

Re: [U-Boot] a8011eb84d not working on V40 (Banana Pi M2 Berry)

2019-01-01 Thread Jagan Teki
On Tue, Jan 1, 2019 at 10:40 AM Justus Roßmeier wrote: > > Hello, > > I just updated my u-boot and found that it won't work on my banana pi m2 > berry anymore, failing with the following message: > > U-Boot SPL 2019.01-rc2-00116-g9735326fff (Dec 31 2018 - 12:46:51 +0100) > DRAM: 0 MiB > ### ERROR

Re: [U-Boot] [PATCH] bmips: fix config warnings from 2019.01

2019-01-01 Thread Marek Vasut
On 1/1/19 7:45 PM, Álvaro Fernández Rojas wrote: > - Fixes CONFIG_OF_EMBED warning. > - Fixes missing CONFIG_BLK warning for CONFIG_USB. More details on those warnings that are supposedly fixed would be appreciated. It's really unclear what this patch does. -- Best regards, Marek Vasut _

Re: [U-Boot] [PATCH 2/6] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading

2019-01-01 Thread Marek Vasut
On 1/1/19 4:28 AM, Chee, Tien Fong wrote: > On Sun, 2018-12-30 at 16:45 +0100, Marek Vasut wrote: >> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> Add FPGA driver to support program FPGA with FPGA bitstream loading >>> from >>> filesystem. The driver are

Re: [U-Boot] [PATCH 6/6] ARM: socfpga: Synchronize the configuration for A10 SoCDK

2019-01-01 Thread Marek Vasut
On 1/1/19 4:51 AM, Chee, Tien Fong wrote: > On Sun, 2018-12-30 at 16:54 +0100, Marek Vasut wrote: >> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Marek Vasut >>> >>> Update the default configuration file to enable the necessary >>> functionality >>> the get the kit working. T

Re: [U-Boot] [PATCH 1/6] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10

2019-01-01 Thread Marek Vasut
On 1/1/19 4:10 AM, Chee, Tien Fong wrote: > On Sun, 2018-12-30 at 16:46 +0100, Marek Vasut wrote: >> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> This patch adds description on properties about file name used for >>> both >>> peripheral bitstream and co

Re: [U-Boot] [PATCH 3/6] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK

2019-01-01 Thread Marek Vasut
On 1/1/19 4:32 AM, Chee, Tien Fong wrote: > On Sun, 2018-12-30 at 16:47 +0100, Marek Vasut wrote: >> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> Update the default configuration file to enable the necessary >>> functionality >>> to get the SoCFPGA load

Re: [U-Boot] [PATCH 5/6] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs

2019-01-01 Thread Marek Vasut
On 1/1/19 4:39 AM, Chee, Tien Fong wrote: > On Sun, 2018-12-30 at 16:51 +0100, Marek Vasut wrote: >> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> Add support for loading FPGA bitstream to get DDR up running before >>> U-Boot is loaded into DDR. Boot dev

Re: [U-Boot] [PATCH 0/6] Add support for loading FPGA bitstream

2019-01-01 Thread Marek Vasut
On 1/1/19 3:52 AM, Chee, Tien Fong wrote: > On Sun, 2018-12-30 at 16:44 +0100, Marek Vasut wrote: >> On 12/30/18 9:13 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> These series of patches enable peripheral bitstream being >>> programmed into FPGA >>> to get the DDR up ru

[U-Boot] [PATCH v1 02/14] tpc70: config: Update TPC70 config to support eMMC's boot0 SPL update

2019-01-01 Thread Lukasz Majewski
The TPC70 can boot from eMMC's boot0. This patch allows it to update this HW partition's SPL. Signed-off-by: Lukasz Majewski --- include/configs/kp_imx6q_tpc.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/kp_imx6q_tpc.h b/include/configs/kp_imx6q_tpc.h index ee9c56bc

[U-Boot] [PATCH v1 01/14] tpc70: config: Add script commands to update u-boot and OE's wic

2019-01-01 Thread Lukasz Majewski
Signed-off-by: Lukasz Majewski --- include/configs/kp_imx6q_tpc.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/configs/kp_imx6q_tpc.h b/include/configs/kp_imx6q_tpc.h index b6b27ee1d5..ee9c56bc21 100644 --- a/include/configs/kp_imx6q_tpc.h +++ b/include/conf

[U-Boot] [PATCH v1 03/14] tpc70: Provide board_boot_order() function to distinct between eMMC and SD boot

2019-01-01 Thread Lukasz Majewski
The TPC70 can boot from SD card (debug/development) and eMMC (production). The board_boot_order() function provides a run time check for the device from which one wants to boot (it is selected by GPIO pins setup). Moreover, a fallback to SD card is provided if the detection is not possible or work

[U-Boot] [PATCH v1 07/14] pinctrl: imx: Replace static soc info definitions with run time allocations

2019-01-01 Thread Lukasz Majewski
This commit is necessary to be able to re-use the pinctrl code in early SPL to properly configure pins. The problem is that those "static" structures are placed in the SDRAM area, which corresponds to u-boot proper (not even SPL). Hence, when one wants to configure pins before relocation via DTS/D

[U-Boot] [PATCH v1 00/14] dm: Convert TPC70 to use DM and DTS in SPL and u-boot proper

2019-01-01 Thread Lukasz Majewski
This patch series converts imx6q based tpc70 board to use driver model and device tree description in SPL and u-boot proper. All the non-DM parts of the code has been removed. This patch series also has several early DM issues fixed for imx6q - for example the pinctrl static definitions. Also, t

[U-Boot] [PATCH v1 12/14] imx: mmc: Use 'fsl, usdhc-index' property to provide esdhc controller number

2019-01-01 Thread Lukasz Majewski
With the current code, it is not possible to assign different than default numbers for mmc controllers. Several in-tree boards depend on the pre-dm setup, corresponding to following aliases: mmc0 = &usdhc2; --> fsl,usdhc-index = <1> mmc1 = &usdhc4; --> fsl,usdhc-index = <3> Without this patch we

[U-Boot] [PATCH v1 06/14] DM: tpc70: led: Enable LED default state

2019-01-01 Thread Lukasz Majewski
Signed-off-by: Lukasz Majewski --- board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 4 1 file changed, 4 insertions(+) diff --git a/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c b/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c index bcc22b1aa8..f0c97ba368 100644 --- a/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c +++ b/bo

[U-Boot] [PATCH v1 05/14] board: cosmetic: Use define to set ENET clock selection mask on TPC70

2019-01-01 Thread Lukasz Majewski
This is a cosmetic change, just to use proper define. Signed-off-by: Lukasz Majewski --- board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c b/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c index ace986fa05..b

[U-Boot] [PATCH v1 04/14] DTS: imx: Remove not needed '#address-cells' and '#size-cells' properties

2019-01-01 Thread Lukasz Majewski
This commit fixes warnings produced by newest in u-boot DTC compiler: 'unnecessary #address-cells/#size-cells without "ranges" or child "reg" property' Signed-off-by: Lukasz Majewski --- arch/arm/dts/imx6q.dtsi | 4 arch/arm/dts/imx6qdl.dtsi | 9 - 2 files changed, 13 deletions(

[U-Boot] [PATCH v1 14/14] imx: tpc70: Convert TPC70 (imx6q based) board to use DM/DTS in SPL and u-boot

2019-01-01 Thread Lukasz Majewski
This commit moves the TPC70 to use device model and device tree description in both SPL and u-boot proper. Signed-off-by: Lukasz Majewski --- arch/arm/mach-imx/mx6/Kconfig | 10 ++ board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 174 -- board/k+p/kp_imx6q_t

[U-Boot] [PATCH v1 10/14] imx: clock: Introduce set_fec_clock() to configure ETH clock (imx6)

2019-01-01 Thread Lukasz Majewski
This patch provides a generic way to setup ENET (ETH) clocks for imx6(q) based boards. Previously this was performed per board in the board_eth_init() function. Signed-off-by: Lukasz Majewski --- arch/arm/include/asm/arch-mx6/clock.h | 1 + arch/arm/mach-imx/mx6/clock.c | 17 ++

[U-Boot] [PATCH v1 13/14] DTS: imx: tpc70: Add TPC70 board (imx6q based) device tree description

2019-01-01 Thread Lukasz Majewski
This commit defines the TPC70 imx6q board with device tree description. Signed-off-by: Lukasz Majewski --- arch/arm/dts/imx6q-kp.dts | 227 ++ 1 file changed, 227 insertions(+) create mode 100644 arch/arm/dts/imx6q-kp.dts diff --git a/arch/arm/dts/i

[U-Boot] [PATCH v1 11/14] DM: net: imx: Provide weak function to initialize fec clocks

2019-01-01 Thread Lukasz Majewski
This patch is necessary to initialize some board/soc specific clocks - like anatop, which is used to clock PHY and FEC block itself. The initialization is performed with device tree by introducing two new properties - namely; 'fsl,enet-loopback-clk' and 'fsl,enet-freq' which specify the need to se

[U-Boot] [PATCH v1 09/14] imx: serial: dm: Enable DM_FLAG_PRE_RELOC in the IMX uart driver

2019-01-01 Thread Lukasz Majewski
The DM_FLAG_PRE_RELOC shall be enabled as this driver is going to be re-used in the i.MX based SoCs. It is crucial to have running the serial console before relocation. Signed-off-by: Lukasz Majewski --- drivers/serial/serial_mxc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/s

[U-Boot] [PATCH v1 08/14] DTS: imx: Add "u-boot, dm-pre-reloc" property to relevant imx6qdl nodes

2019-01-01 Thread Lukasz Majewski
This patch is a preparation for the imx6q to use DTS in the SPL for very early configuration, as 'u-boot,dm-pre-reloc;' is necessary to initialize uart and SD/eMMC controllers in SPL. Signed-off-by: Lukasz Majewski --- arch/arm/dts/imx6qdl.dtsi | 5 + 1 file changed, 5 insertions(+) diff -

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190101

2019-01-01 Thread Tom Rini
h 'master' of git://git.denx.de/u-boot-i2c (2018-12-13 > 09:36:55 -0500) > > are available in the Git repository at: > > git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190101 > > for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100: &g

Re: [U-Boot] Pull request: u-boot-sunxi/master

2019-01-01 Thread Tom Rini
On Wed, Jan 02, 2019 at 12:52:05AM +0530, Jagan Teki wrote: > Hi Tom, > > Please pull this as part of v2019.01 release. > > thanks, > Jagan. > > The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c: > > Merge tag 'signed-efi-2019.01' of git://github.com/agraf/u-boot (2

Re: [U-Boot] [PATCH v1 01/14] tpc70: config: Add script commands to update u-boot and OE's wic

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > Signed-off-by: Lukasz Majewski The tags should be ARM: imx: ... The commit message is missing. > --- > > include/configs/kp_imx6q_tpc.h | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/include/configs/kp_imx6q_tpc.h

Re: [U-Boot] [PATCH v1 02/14] tpc70: config: Update TPC70 config to support eMMC's boot0 SPL update

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > The TPC70 can boot from eMMC's boot0. This patch allows it to update > this HW partition's SPL. > > Signed-off-by: Lukasz Majewski > --- > > include/configs/kp_imx6q_tpc.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/include/configs

Re: [U-Boot] [PATCH v1 04/14] DTS: imx: Remove not needed '#address-cells' and '#size-cells' properties

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > This commit fixes warnings produced by newest in u-boot DTC compiler: > 'unnecessary #address-cells/#size-cells without "ranges" or child "reg" > property' > > Signed-off-by: Lukasz Majewski I presume the DTSIs are taken from Linux, is this a backpor

Re: [U-Boot] [PATCH v1 05/14] board: cosmetic: Use define to set ENET clock selection mask on TPC70

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > This is a cosmetic change, just to use proper define. > > Signed-off-by: Lukasz Majewski The subject tags are wrong, fix globally. > --- > > board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff -

Re: [U-Boot] [PATCH v1 07/14] pinctrl: imx: Replace static soc info definitions with run time allocations

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > This commit is necessary to be able to re-use the pinctrl code in early > SPL to properly configure pins. > > The problem is that those "static" structures are placed in the SDRAM > area, which corresponds to u-boot proper (not even SPL). Hence, when >

Re: [U-Boot] [PATCH v1 12/14] imx: mmc: Use 'fsl, usdhc-index' property to provide esdhc controller number

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > With the current code, it is not possible to assign different than default > numbers for mmc controllers. > > Several in-tree boards depend on the pre-dm setup, corresponding to > following aliases: > > mmc0 = &usdhc2; --> fsl,usdhc-index = <1> > mmc1

Re: [U-Boot] [PATCH v1 13/14] DTS: imx: tpc70: Add TPC70 board (imx6q based) device tree description

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > This commit defines the TPC70 imx6q board with device tree description. > > Signed-off-by: Lukasz Majewski Is this pulled from Linux ? -- Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx

Re: [U-Boot] [PATCH v1 10/14] imx: clock: Introduce set_fec_clock() to configure ETH clock (imx6)

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > This patch provides a generic way to setup ENET (ETH) clocks for imx6(q) > based boards. Previously this was performed per board in the > board_eth_init() function. > > Signed-off-by: Lukasz Majewski > --- > > arch/arm/include/asm/arch-mx6/clock.h |

Re: [U-Boot] [PATCH v1 09/14] imx: serial: dm: Enable DM_FLAG_PRE_RELOC in the IMX uart driver

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > The DM_FLAG_PRE_RELOC shall be enabled as this driver is going to be > re-used in the i.MX based SoCs. > > It is crucial to have running the serial console before relocation. But the patch doesn't do what the subject/commit message claims is does. If I

Re: [U-Boot] [PATCH v1 11/14] DM: net: imx: Provide weak function to initialize fec clocks

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > This patch is necessary to initialize some board/soc specific clocks - > like anatop, which is used to clock PHY and FEC block itself. > > The initialization is performed with device tree by introducing two new > properties - namely; > 'fsl,enet-loopbac

Re: [U-Boot] [PATCH v1 08/14] DTS: imx: Add "u-boot, dm-pre-reloc" property to relevant imx6qdl nodes

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > This patch is a preparation for the imx6q to use DTS in the SPL for very > early configuration, as 'u-boot,dm-pre-reloc;' is necessary to initialize > uart and SD/eMMC controllers in SPL. > > Signed-off-by: Lukasz Majewski Should be in U-Boot specific

Re: [U-Boot] [PATCH 2/6] riscv: remove invalid dcache flush implementation

2019-01-01 Thread Rick Chen
Hi Lukas > > From: Lukas Auer [mailto:lukas.a...@aisec.fraunhofer.de] > > Sent: Monday, December 31, 2018 2:28 AM > > To: u-boot@lists.denx.de > > Cc: Anup Patel; Lukas Auer; Rick Jian-Zhi Chen(陳建志); Bin Meng; Greentime Hu > > Subject: [PATCH 2/6] riscv: remove invalid dcache flush implementation

[U-Boot] [PATCH 1/2] tools/imx8m_image.sh: remove bashism

2019-01-01 Thread Baruch Siach
Use a single '=' to test string equality for compatibility with non-bash shells. Otherwise, if /bin/sh is dash, build fails: ./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator ./tools/imx8m_image.sh: 15: [: signed_hdmi_imx8m.bin: unexpected operator ./tools/imx8m_image.sh: 1

[U-Boot] [PATCH 2/2] imx8mq_evk/README: remove ARCH environment variable

2019-01-01 Thread Baruch Siach
There is no need to set the ARCH variable when building U-Boot. In fact, the ARCH name in U-Boot is 'arm'. Signed-off-by: Baruch Siach --- board/freescale/imx8mq_evk/README | 1 - 1 file changed, 1 deletion(-) diff --git a/board/freescale/imx8mq_evk/README b/board/freescale/imx8mq_evk/README i