Re: [U-Boot] [PATCH] fdt: Pass the board serial number through devicetree

2015-04-05 Thread Simon Glass
Hi Paul, On 5 April 2015 at 14:49, Paul Kocialkowski wrote: > Hi Simon, thanks for the review, > > Le dimanche 05 avril 2015 à 12:31 -0600, Simon Glass a écrit : >> Hi Paul, >> >> On 28 March 2015 at 11:34, Paul Kocialkowski wrote: >> > Signed-off-by: Paul Kocialkowski >> > --- >> > common/fdt

Re: [U-Boot] [PATCH] fdt: Pass the board serial number through devicetree

2015-04-05 Thread Paul Kocialkowski
Hi Simon, thanks for the review, Le dimanche 05 avril 2015 à 12:31 -0600, Simon Glass a écrit : > Hi Paul, > > On 28 March 2015 at 11:34, Paul Kocialkowski wrote: > > Signed-off-by: Paul Kocialkowski > > --- > > common/fdt_support.c | 25 + > > common/image-fdt.c|

Re: [U-Boot] [PATCH] fdt: Pass the board serial number through devicetree

2015-04-05 Thread Simon Glass
Hi Paul, On 28 March 2015 at 11:34, Paul Kocialkowski wrote: > Signed-off-by: Paul Kocialkowski > --- > common/fdt_support.c | 25 + > common/image-fdt.c| 4 > include/fdt_support.h | 1 + > 3 files changed, 30 insertions(+) > This needs a commit message and

[U-Boot] [PATCH] fdt: Pass the board serial number through devicetree

2015-03-28 Thread Paul Kocialkowski
Signed-off-by: Paul Kocialkowski --- common/fdt_support.c | 25 + common/image-fdt.c| 4 include/fdt_support.h | 1 + 3 files changed, 30 insertions(+) diff --git a/common/fdt_support.c b/common/fdt_support.c index 8266bca..a97b4f0 100644 --- a/common/fdt_supp