Re: [U-Boot] [PATCH] doc/README.falcon: Clarify steps slightly.

2014-07-07 Thread Tom Rini
On Fri, Jun 27, 2014 at 08:11:07PM +0200, Wolfgang Denk wrote: > Dear Tom, > > In message <1403874230-31939-1-git-send-email-tr...@ti.com> you wrote: > > Make it clear that we need to load a legacy-formatted (aka uImage) > > kernel into memory as well as the DT if used before using "spl export". >

Re: [U-Boot] [PATCH] doc/README.falcon: Clarify steps slightly.

2014-06-27 Thread Wolfgang Denk
Dear Tom, In message <1403874230-31939-1-git-send-email-tr...@ti.com> you wrote: > Make it clear that we need to load a legacy-formatted (aka uImage) > kernel into memory as well as the DT if used before using "spl export". Can this not also be a FIT image (or even a zImage)? Best regards, Wolf

[U-Boot] [PATCH] doc/README.falcon: Clarify steps slightly.

2014-06-27 Thread Tom Rini
Make it clear that we need to load a legacy-formatted (aka uImage) kernel into memory as well as the DT if used before using "spl export". Cc: Yebio Mesfin Signed-off-by: Tom Rini --- doc/README.falcon |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/README.falc