* [Buildroot] [PATCH] Add uImage support for MIPS architecture
@ 2014-09-26 9:57 Vicente Olivert Riera
2014-09-28 21:00 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2014-09-26 9:57 UTC (permalink / raw)
To: buildroot
uImage support for MIPS was added in the kernel on 2013-09-03, so we
allow to build uImage for MIPS in Buildroot.
Kernel commit:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4defe4559e86e26545ab2f542656a4b966dcde53
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
linux/Config.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 0ad8bce..4a3c064 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -168,7 +168,8 @@ choice
config BR2_LINUX_KERNEL_UIMAGE
bool "uImage"
depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
- BR2_powerpc || BR2_avr32 || BR2_sh || BR2_sh64
+ BR2_powerpc || BR2_avr32 || BR2_sh || BR2_sh64 || \
+ BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
select BR2_LINUX_KERNEL_UBOOT_IMAGE
config BR2_LINUX_KERNEL_APPENDED_UIMAGE
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Add uImage support for MIPS architecture
2014-09-26 9:57 [Buildroot] [PATCH] Add uImage support for MIPS architecture Vicente Olivert Riera
@ 2014-09-28 21:00 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-09-28 21:00 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> uImage support for MIPS was added in the kernel on 2013-09-03, so we
> allow to build uImage for MIPS in Buildroot.
> Kernel commit:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4defe4559e86e26545ab2f542656a4b966dcde53
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-28 21:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 9:57 [Buildroot] [PATCH] Add uImage support for MIPS architecture Vicente Olivert Riera
2014-09-28 21:00 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox