From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Tue, 07 Jan 2014 10:20:19 +0100 Subject: [U-Boot] [PATCH] avr32: move CONFIG_AVR32 definition to arch/avr32/config.mk In-Reply-To: <1388990709-23977-1-git-send-email-yamada.m@jp.panasonic.com> References: <1388990709-23977-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <52CBC6D3.7000907@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/06/2014 07:45 AM, Masahiro Yamada wrote: > Like other architectures, CONFIG_AVR32 can be defined > in arch/avr32/config.mk rather than board header files. > > Signed-off-by: Masahiro Yamada > Cc: Andreas Bie?mann Acked-by: Andreas Bie?mann > --- > arch/avr32/config.mk | 2 +- > include/configs/atngw100.h | 1 - > include/configs/atngw100mkii.h | 1 - > include/configs/atstk1002.h | 1 - > include/configs/atstk1003.h | 1 - > include/configs/atstk1004.h | 1 - > include/configs/atstk1006.h | 1 - > include/configs/favr-32-ezkit.h | 1 - > include/configs/grasshopper.h | 1 - > include/configs/hammerhead.h | 1 - > include/configs/mimc200.h | 1 - > 11 files changed, 1 insertion(+), 11 deletions(-)