Re: [U-Boot] [PATCH 09/11] buildman: Add a quick-start note

2016-07-08 Thread Tom Rini
On Thu, Jul 07, 2016 at 12:23:37PM -0600, Stephen Warren wrote: > On 07/03/2016 03:14 PM, Simon Glass wrote: > >For those who just want to build a board, it is useful to see a quick hint > >right at the start of the documentation. Add a few commands showing how to > >download toolchains and build a

Re: [U-Boot] [PATCH 09/11] buildman: Add a quick-start note

2016-07-07 Thread Stephen Warren
On 07/03/2016 03:14 PM, Simon Glass wrote: For those who just want to build a board, it is useful to see a quick hint right at the start of the documentation. Add a few commands showing how to download toolchains and build a board. diff --git a/tools/buildman/README b/tools/buildman/README

[U-Boot] [PATCH 09/11] buildman: Add a quick-start note

2016-07-03 Thread Simon Glass
For those who just want to build a board, it is useful to see a quick hint right at the start of the documentation. Add a few commands showing how to download toolchains and build a board. Signed-off-by: Simon Glass --- tools/buildman/README | 14 ++ 1 file changed, 14 insertions(+)