diff mbox

[GIT,PULL] ARM: OXNAS SoC update for 4.12

Message ID cd2d94ef-9098-6e4e-ed65-74191d45370e@baylibre.com (mailing list archive)
State Accepted
Headers show

Pull-request

https://github.com/OXNAS/linux.git tags/oxnas-arm-soc-for-4.12

Commit Message

Neil Armstrong March 20, 2017, 9:39 a.m. UTC
Dear arm-soc maintainers,

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  https://github.com/OXNAS/linux.git tags/oxnas-arm-soc-for-4.12

for you to fetch changes up to b44327d198b4f1bbebaf83f714cde450471de644:

  ARM: oxnas: remove redundant select CPU_V6K (2017-03-20 10:13:45 +0100)

----------------------------------------------------------------
- Fix OX820 Kconfig

----------------------------------------------------------------
Masahiro Yamada (1):
      ARM: oxnas: remove redundant select CPU_V6K

 arch/arm/mach-oxnas/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Arnd Bergmann March 30, 2017, 2:40 p.m. UTC | #1
On Monday, March 20, 2017 10:39:56 AM CEST Neil Armstrong wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/OXNAS/linux.git tags/oxnas-arm-soc-for-4.12
> 
> for you to fetch changes up to b44327d198b4f1bbebaf83f714cde450471de644:
> 
>   ARM: oxnas: remove redundant select CPU_V6K (2017-03-20 10:13:45 +0100)
> 
> ----------------------------------------------------------------
> - Fix OX820 Kconfig
> 

I've merged this into next/fixes-non-critical. Thanks,

	Arnd
Neil Armstrong March 30, 2017, 3:04 p.m. UTC | #2
On 03/30/2017 05:03 PM, Arnd Bergmann wrote:
> On Thu, Mar 30, 2017 at 4:40 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>> On Monday, March 20, 2017 10:39:56 AM CEST Neil Armstrong wrote:
>>> Dear arm-soc maintainers,
>>>
>>> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>>>
>>>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>>>
>>> are available in the git repository at:
>>>
>>>   https://github.com/OXNAS/linux.git tags/oxnas-arm-soc-for-4.12
>>>
>>> for you to fetch changes up to b44327d198b4f1bbebaf83f714cde450471de644:
>>>
>>>   ARM: oxnas: remove redundant select CPU_V6K (2017-03-20 10:13:45 +0100)
>>>
>>> ----------------------------------------------------------------
>>> - Fix OX820 Kconfig
>>>
>>
>> I've merged this into next/fixes-non-critical. Thanks,
> 
> BTW, it took 20 minutes to pull this branch from github.com, possibly they
> had moved this to cold storage. Are you able to migrate your git tree to
> kernel.org or host it yourself on baylibre.com in the future?
> 
> It's not urgent, but the delay was rather annoying and I had already
> given up and applied the patch manually when the pull finally succeeded.
> 
>        Arnd
> 

Hi Arnd,

Sorry for the inconvenience, I'll request an account on kernel.org to avoid further
issues.

Thanks,
Neil
diff mbox

Patch

diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig
index 8fa4557..e3610c5 100644
--- a/arch/arm/mach-oxnas/Kconfig
+++ b/arch/arm/mach-oxnas/Kconfig
@@ -28,7 +28,6 @@  config MACH_OX820
 	depends on ARCH_MULTI_V6
 	select ARM_GIC
 	select DMA_CACHE_RWFO if SMP
-	select CPU_V6K
 	select HAVE_SMP
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_TWD if SMP