[U-Boot] [PATCH v3 1/2] initial support for pengwyn board

2014-01-29 Thread Lothar Felten
Signed-off-by: Lothar Felten lothar.fel...@gmail.com --- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 16 ++ board/silica/pengwyn/Makefile | 13 ++ board/silica/pengwyn/board.c| 216 + board/silica/pengwyn/board.h| 15 ++

Re: [U-Boot] [PATCH v3 1/2] initial support for pengwyn board

2014-01-29 Thread Tom Rini
On Wed, Jan 29, 2014 at 04:39:02PM +0100, Lothar Felten wrote: [snip] +ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_NOR_BOOT),y) +obj-y:= mux.o +endif Here and elsewhere, correct these tests as you don't support CONFIG_NOR_BOOT on this platform. + /* the pengwyn board uses the TPS650250

Re: [U-Boot] [PATCH v3 1/2] initial support for pengwyn board

2014-01-29 Thread Wolfgang Denk
Dear Lothar Felten, In message 1391009943-8028-2-git-send-email-lothar.fel...@gmail.com you wrote: Signed-off-by: Lothar Felten lothar.fel...@gmail.com You still fail to provide a comit message here. The comments in the cover letter may be helpful, but they will not show up in the git log, i.