[U-Boot] [PATCH 06/25] x86: Add Intel Crown Bay board dts file

2014-12-04 Thread Bin Meng
Signed-off-by: Bin Meng --- arch/x86/dts/Makefile | 3 ++- arch/x86/dts/crownbay.dts | 53 +++ 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 arch/x86/dts/crownbay.dts diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefil

Re: [U-Boot] [PATCH 06/25] x86: Add Intel Crown Bay board dts file

2014-12-04 Thread Simon Glass
On 4 December 2014 at 08:01, Bin Meng wrote: > Signed-off-by: Bin Meng > --- > arch/x86/dts/Makefile | 3 ++- > arch/x86/dts/crownbay.dts | 53 > +++ > 2 files changed, 55 insertions(+), 1 deletion(-) > create mode 100644 arch/x86/dts/crownbay.d