* [Buildroot] [PATCH 1/1] calao: use zImage on usb-a9263 and usb-a9g20 lpw
@ 2012-08-03 14:10 Jean-Christophe PLAGNIOL-VILLARD
2012-08-11 21:16 ` Thomas Petazzoni
2012-11-07 18:53 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-08-03 14:10 UTC (permalink / raw)
To: buildroot
The board boot more fast with a zImage than a uImage
as the kernel will not have to be relocated during the decompression.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
configs/calao_usb_a9263_defconfig | 1 +
configs/calao_usb_a9g20_lpw_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/calao_usb_a9263_defconfig b/configs/calao_usb_a9263_defconfig
index 6612d2c..8094ea2 100644
--- a/configs/calao_usb_a9263_defconfig
+++ b/configs/calao_usb_a9263_defconfig
@@ -12,3 +12,4 @@ BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9263"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9263/linux-3.4.4.config"
+BR2_LINUX_KERNEL_ZIMAGE=y
diff --git a/configs/calao_usb_a9g20_lpw_defconfig b/configs/calao_usb_a9g20_lpw_defconfig
index 580972a..36b6c9b 100644
--- a/configs/calao_usb_a9g20_lpw_defconfig
+++ b/configs/calao_usb_a9g20_lpw_defconfig
@@ -13,3 +13,4 @@ BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9g20"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9g20-lpw/linux-3.4.4.config"
+BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] calao: use zImage on usb-a9263 and usb-a9g20 lpw
2012-08-03 14:10 [Buildroot] [PATCH 1/1] calao: use zImage on usb-a9263 and usb-a9g20 lpw Jean-Christophe PLAGNIOL-VILLARD
@ 2012-08-11 21:16 ` Thomas Petazzoni
2012-08-16 12:31 ` gregory hermant
2012-11-07 18:53 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2012-08-11 21:16 UTC (permalink / raw)
To: buildroot
Gr?gory,
Since you are the person who added support for Calao USB-A9263 and
Calao USB-A9G20-LPW, can you ACK the following patch if you're OK with
it?
Thanks!
Thomas
Le Fri, 3 Aug 2012 16:10:28 +0200,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> a ?crit :
> The board boot more fast with a zImage than a uImage
> as the kernel will not have to be relocated during the decompression.
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> ---
> configs/calao_usb_a9263_defconfig | 1 +
> configs/calao_usb_a9g20_lpw_defconfig | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/configs/calao_usb_a9263_defconfig b/configs/calao_usb_a9263_defconfig
> index 6612d2c..8094ea2 100644
> --- a/configs/calao_usb_a9263_defconfig
> +++ b/configs/calao_usb_a9263_defconfig
> @@ -12,3 +12,4 @@ BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9263"
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
> BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9263/linux-3.4.4.config"
> +BR2_LINUX_KERNEL_ZIMAGE=y
> diff --git a/configs/calao_usb_a9g20_lpw_defconfig b/configs/calao_usb_a9g20_lpw_defconfig
> index 580972a..36b6c9b 100644
> --- a/configs/calao_usb_a9g20_lpw_defconfig
> +++ b/configs/calao_usb_a9g20_lpw_defconfig
> @@ -13,3 +13,4 @@ BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9g20"
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
> BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9g20-lpw/linux-3.4.4.config"
> +BR2_LINUX_KERNEL_ZIMAGE=y
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] calao: use zImage on usb-a9263 and usb-a9g20 lpw
2012-08-11 21:16 ` Thomas Petazzoni
@ 2012-08-16 12:31 ` gregory hermant
0 siblings, 0 replies; 4+ messages in thread
From: gregory hermant @ 2012-08-16 12:31 UTC (permalink / raw)
To: buildroot
Hi thomas,
I'm ok.
gregory
Thomas Petazzoni wrote:
> Gr?gory,
>
> Since you are the person who added support for Calao USB-A9263 and
> Calao USB-A9G20-LPW, can you ACK the following patch if you're OK with
> it?
>
> Thanks!
>
> Thomas
>
> Le Fri, 3 Aug 2012 16:10:28 +0200,
> Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> a ?crit :
>
>> The board boot more fast with a zImage than a uImage
>> as the kernel will not have to be relocated during the decompression.
>>
>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
>> ---
>> configs/calao_usb_a9263_defconfig | 1 +
>> configs/calao_usb_a9g20_lpw_defconfig | 1 +
>> 2 files changed, 2 insertions(+)
>>
>> diff --git a/configs/calao_usb_a9263_defconfig b/configs/calao_usb_a9263_defconfig
>> index 6612d2c..8094ea2 100644
>> --- a/configs/calao_usb_a9263_defconfig
>> +++ b/configs/calao_usb_a9263_defconfig
>> @@ -12,3 +12,4 @@ BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9263"
>> BR2_LINUX_KERNEL=y
>> BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
>> BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9263/linux-3.4.4.config"
>> +BR2_LINUX_KERNEL_ZIMAGE=y
>> diff --git a/configs/calao_usb_a9g20_lpw_defconfig b/configs/calao_usb_a9g20_lpw_defconfig
>> index 580972a..36b6c9b 100644
>> --- a/configs/calao_usb_a9g20_lpw_defconfig
>> +++ b/configs/calao_usb_a9g20_lpw_defconfig
>> @@ -13,3 +13,4 @@ BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="usb_a9g20"
>> BR2_LINUX_KERNEL=y
>> BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
>> BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/usb-a9g20-lpw/linux-3.4.4.config"
>> +BR2_LINUX_KERNEL_ZIMAGE=y
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] calao: use zImage on usb-a9263 and usb-a9g20 lpw
2012-08-03 14:10 [Buildroot] [PATCH 1/1] calao: use zImage on usb-a9263 and usb-a9g20 lpw Jean-Christophe PLAGNIOL-VILLARD
2012-08-11 21:16 ` Thomas Petazzoni
@ 2012-11-07 18:53 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-11-07 18:53 UTC (permalink / raw)
To: buildroot
>>>>> "J" == Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> writes:
J> The board boot more fast with a zImage than a uImage
J> as the kernel will not have to be relocated during the decompression.
J> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-07 18:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 14:10 [Buildroot] [PATCH 1/1] calao: use zImage on usb-a9263 and usb-a9g20 lpw Jean-Christophe PLAGNIOL-VILLARD
2012-08-11 21:16 ` Thomas Petazzoni
2012-08-16 12:31 ` gregory hermant
2012-11-07 18:53 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox