From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Fri, 28 Mar 2014 11:34:49 +0900 Subject: [U-Boot] sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definition In-Reply-To: <20140327170019.GL16360@bill-the-cat> References: <1394707737-26444-1-git-send-email-yamada.m@jp.panasonic.com> <20140327170019.GL16360@bill-the-cat> Message-ID: <20140328113449.DB38.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Thu, 27 Mar 2014 13:00:19 -0400 Tom Rini 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 > > Cc: Daniel Hellstrom > > Applied to u-boot/next, thanks! > Why did today's updates go to u-boot/next, not u-boot/master? Best Regards Masahiro Yamada