Re: [U-Boot] [PATCH 1/5] Makefile: also build fdt for snapdragon

2017-07-24 Thread Tom Rini
On Fri, Jul 21, 2017 at 06:57:58PM -0400, Rob Clark wrote: > On Fri, Jul 21, 2017 at 6:18 PM, Tom Rini wrote: > > On Fri, Jul 21, 2017 at 03:10:10PM -0400, Rob Clark wrote: > > > >> Snapdragon is a bit of a funny case, where we want to build the fdt to > >> pass to lk, which loads us, but otherwis

Re: [U-Boot] [PATCH 1/5] Makefile: also build fdt for snapdragon

2017-07-21 Thread Rob Clark
On Fri, Jul 21, 2017 at 6:18 PM, Tom Rini wrote: > On Fri, Jul 21, 2017 at 03:10:10PM -0400, Rob Clark wrote: > >> Snapdragon is a bit of a funny case, where we want to build the fdt to >> pass to lk, which loads us, but otherwise want to treat it as OF_BOARD, >> since lk will patch the fdt (for e

Re: [U-Boot] [PATCH 1/5] Makefile: also build fdt for snapdragon

2017-07-21 Thread Tom Rini
On Fri, Jul 21, 2017 at 03:10:10PM -0400, Rob Clark wrote: > Snapdragon is a bit of a funny case, where we want to build the fdt to > pass to lk, which loads us, but otherwise want to treat it as OF_BOARD, > since lk will patch the fdt (for example, to insert simple-framebuffer > node). > > Signe

[U-Boot] [PATCH 1/5] Makefile: also build fdt for snapdragon

2017-07-21 Thread Rob Clark
Snapdragon is a bit of a funny case, where we want to build the fdt to pass to lk, which loads us, but otherwise want to treat it as OF_BOARD, since lk will patch the fdt (for example, to insert simple-framebuffer node). Signed-off-by: Rob Clark --- Makefile | 6 ++ 1 file changed, 6 inserti