
On Fri, Mar 28, 2014 at 11:34:49AM +0900, Masahiro Yamada wrote:
Hi Tom,
On Thu, 27 Mar 2014 13:00:19 -0400 Tom Rini trini@ti.com wrote:
On Thu, Mar 13, 2014 at 07:48:57PM +0900, Masahiro Yamada wrote:
CONFIG_LEON is already defined in arch/sparc/cpu/{leon2,leon3}/config.mk. Remove the redundant definition in board header files.
All leon3 boards define CONFIG_LEON3 in board header files. Move the definition to arch/sparc/cpu/leon3/config.mk.
CONFIG_LEON2 can be move to arch/sparc/cpu/leon2/config.mk as well.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Daniel Hellstrom daniel@gaisler.com
Applied to u-boot/next, thanks!
Why did today's updates go to u-boot/next, not u-boot/master?
I'm trying to slow down what's pulled in and since sparc doesn't build for me today (unrelated to Kbuild), I figured I'd hold this one off for the next release, while I was adding other stuff to /next anyhow.