qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] hw/musicpal: Set loader start address


From: Jan Kiszka
Subject: [Qemu-devel] Re: [PATCH] hw/musicpal: Set loader start address
Date: Thu, 19 Aug 2010 18:50:48 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Stefan Weil wrote:
> Start address 0x0 did not work with a linux kernel.

Never tried this, always loaded u-boot this way. But that one is fine
with the shifted offset, so:

Acked-by: Jan Kiszka <address@hidden>


Out of curiosity: Which kernel are you booting on this platform, the
Marvel BSP kernel shipped by Freecom?

JAn

> 
> Cc: Jan Kiszka <address@hidden>
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  hw/musicpal.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/hw/musicpal.c b/hw/musicpal.c
> index 33180a2..dc6bc21 100644
> --- a/hw/musicpal.c
> +++ b/hw/musicpal.c
> @@ -1470,7 +1470,7 @@ static SysBusDeviceInfo musicpal_key_info = {
>  };
>  
>  static struct arm_boot_info musicpal_binfo = {
> -    .loader_start = 0x0,
> +    .loader_start = MP_SRAM_BASE,
>      .board_id = 0x20e,
>  };
>  


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]