From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Kota2 mach-type update fix
Date: Tue, 22 Nov 2011 06:08:57 +0000 [thread overview]
Message-ID: <20111122060857.23951.50598.sendpatchset@w520> (raw)
From: Magnus Damm <damm@opensource.se>
This patch adds kota2 to the in-kernel ARM mach-type file.
Basic board support is included in 3.2-rc and the mach-type
has been registered in the ARM machine repository as
3616 Renesas SH-Mobile kota2.x Board kota2 Yusuke Goda mainlined
The file arch/arm/tools/mach-types is however missing Kota2
which makes build of sh73a0 based boards fail with:
arch/arm/mach-shmobile/platsmp.c: In function 'shmobile_smp_get_core_count':
arch/arm/mach-shmobile/platsmp.c:28:2: error: implicit declaration of function 'machine_is_kota2'
make[1]: *** [arch/arm/mach-shmobile/platsmp.o] Error 1
arch/arm/mach-shmobile/board-kota2.c:448:136: error: 'MACH_TYPE_KOTA2' undeclared here (not in a function)
make[1]: *** [arch/arm/mach-shmobile/board-kota2.o] Error 1
make: *** [arch/arm/mach-shmobile] Error 2
Signed-off-by: Magnus Damm <damm@opensource.se>
---
I propose that Paul Mundt merges this patch together with other
SH-Mobile ARM related fixes.
arch/arm/tools/mach-types | 1 +
1 file changed, 1 insertion(+)
--- 0001/arch/arm/tools/mach-types
+++ work/arch/arm/tools/mach-types 2011-11-14 16:55:38.000000000 +0900
@@ -1123,5 +1123,6 @@ blissc MACH_BLISSC BLISSC 3491
thales_adc MACH_THALES_ADC THALES_ADC 3492
ubisys_p9d_evp MACH_UBISYS_P9D_EVP UBISYS_P9D_EVP 3493
atdgp318 MACH_ATDGP318 ATDGP318 3494
+kota2 MACH_KOTA2 KOTA2 3616
smdk4212 MACH_SMDK4212 SMDK4212 3638
smdk4412 MACH_SMDK4412 SMDK4412 3765
WARNING: multiple messages have this Message-ID (diff)
From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Kota2 mach-type update fix
Date: Tue, 22 Nov 2011 15:08:57 +0900 [thread overview]
Message-ID: <20111122060857.23951.50598.sendpatchset@w520> (raw)
From: Magnus Damm <damm@opensource.se>
This patch adds kota2 to the in-kernel ARM mach-type file.
Basic board support is included in 3.2-rc and the mach-type
has been registered in the ARM machine repository as
3616 Renesas SH-Mobile kota2.x Board kota2 Yusuke Goda mainlined
The file arch/arm/tools/mach-types is however missing Kota2
which makes build of sh73a0 based boards fail with:
arch/arm/mach-shmobile/platsmp.c: In function 'shmobile_smp_get_core_count':
arch/arm/mach-shmobile/platsmp.c:28:2: error: implicit declaration of function 'machine_is_kota2'
make[1]: *** [arch/arm/mach-shmobile/platsmp.o] Error 1
arch/arm/mach-shmobile/board-kota2.c:448:136: error: 'MACH_TYPE_KOTA2' undeclared here (not in a function)
make[1]: *** [arch/arm/mach-shmobile/board-kota2.o] Error 1
make: *** [arch/arm/mach-shmobile] Error 2
Signed-off-by: Magnus Damm <damm@opensource.se>
---
I propose that Paul Mundt merges this patch together with other
SH-Mobile ARM related fixes.
arch/arm/tools/mach-types | 1 +
1 file changed, 1 insertion(+)
--- 0001/arch/arm/tools/mach-types
+++ work/arch/arm/tools/mach-types 2011-11-14 16:55:38.000000000 +0900
@@ -1123,5 +1123,6 @@ blissc MACH_BLISSC BLISSC 3491
thales_adc MACH_THALES_ADC THALES_ADC 3492
ubisys_p9d_evp MACH_UBISYS_P9D_EVP UBISYS_P9D_EVP 3493
atdgp318 MACH_ATDGP318 ATDGP318 3494
+kota2 MACH_KOTA2 KOTA2 3616
smdk4212 MACH_SMDK4212 SMDK4212 3638
smdk4412 MACH_SMDK4412 SMDK4412 3765
next reply other threads:[~2011-11-22 6:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-22 6:08 Magnus Damm [this message]
2011-11-22 6:08 ` [PATCH] ARM: Kota2 mach-type update fix Magnus Damm
2011-11-22 9:26 ` Paul Mundt
2011-11-22 9:26 ` Paul Mundt
2011-11-22 11:41 ` Magnus Damm
2011-11-22 11:41 ` Magnus Damm
2011-11-24 8:23 ` Paul Mundt
2011-11-24 8:23 ` Paul Mundt
2011-11-24 9:28 ` Kuninori Morimoto
2011-11-24 9:28 ` Kuninori Morimoto
2011-11-24 10:35 ` Russell King - ARM Linux
2011-11-24 10:35 ` Russell King - ARM Linux
2011-12-01 9:50 ` Rafael J. Wysocki
2011-12-01 9:50 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111122060857.23951.50598.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.