From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 11 Jun 2018 16:33:36 +0000 Subject: [U-Boot] Please pull u-boot-fsl-qoriq master References: <20180609043916.GB7385@bill-the-cat.ec.rr.com> <20180611122936.GE350@bill-the-cat.ec.rr.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/11/2018 05:29 AM, Tom Rini wrote: > On Sat, Jun 09, 2018 at 04:57:44AM +0000, York Sun wrote: >> On 06/08/2018 09:39 PM, Tom Rini wrote: >>> On Fri, Jun 08, 2018 at 11:49:32PM +0000, York Sun wrote: >>> >>>> Tom, >>>> >>>> The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2: >>>> >>>> cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400) >>>> >>>> are available in the git repository at: >>>> >>>> git://git.denx.de/u-boot-fsl-qoriq.git >>>> >>>> for you to fetch changes up to e4d594b4e0b4f81a65bd84c41fa7519b279d5432: >>>> >>>> LS1012AFRWY: Add Secure Boot support (2018-06-08 16:43:19 -0700) >>>> >>> >>> NAK. First, include/configs/ls1012afrwy.h needs a kernel-style SPDX >> >> This is easy to fix to follow the new format. >> >>> tag. Second (and harder) is that: >>> commit 6f54af8c1a4dfa66cdeb5931ba5f76a22753d139 >>> Author: Bhaskar Upadhaya >>> Date: Wed May 23 11:03:30 2018 +0530 >>> >>> board: ls1012a: FRWY-LS1012A board support >>> >>> breaks imx6dl_mamoj builds. >>> >> >> Can you share your build log? I am having trouble to connect to my AWS >> server today. This commit doesn't touch imx6dl_mamoj. > > +(imx6dl_mamoj) common/spl/built-in.o: In function `board_init_r': > +(imx6dl_mamoj) build/../common/spl/spl.c:492: undefined reference to `spl_board_init' > +(imx6dl_mamoj) make[2]: *** [../scripts/Makefile.spl:347: spl/u-boot-spl] Error 1 > +(imx6dl_mamoj) make[1]: *** [Makefile:1507: spl/u-boot-spl] Error 2 > > Is what I got in my logs. Both the travis builds and my local builds > are using the toolchains we fetch via buildman, so it shouldn't be too > hard to test just that on any Linux box/VM/etc. > Thanks. I see what is wrong. Will push a force update and request a pull. York