[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49F83C6D.3090509@monstr.eu>
Date: Wed, 29 Apr 2009 13:39:25 +0200
From: Michal Simek <monstr@...str.eu>
To: Arnd Bergmann <arnd@...db.de>
CC: linux-kernel@...r.kernel.org, john.williams@...alogix.com
Subject: Re: [PATCH 22/30] microblaze_mmu_v1: Update linker script for MMU
Arnd Bergmann wrote:
> On Monday 27 April 2009, monstr@...str.eu wrote:
>> --- a/arch/microblaze/kernel/vmlinux.lds.S
>> +++ b/arch/microblaze/kernel/vmlinux.lds.S
>> @@ -17,8 +17,11 @@ ENTRY(_start)
>> jiffies = jiffies_64 + 4;
>>
>> SECTIONS {
>> +#ifdef CONFIG_MMU
>> + . = CONFIG_KERNEL_START;
>> +#else
>> . = CONFIG_KERNEL_BASE_ADDR;
>> -
>> +#endif
>> .text : {
>> _text = . ;
>> _stext = . ;
>
> This change looks a bit bogus, can't you use the same symbol for
> both? I guess either one would be fine, but I don't see a reason
> for them to be different.
It will be possible to set for noMMU kernel
CONFIG_KERNEL_BASE_ADDR is CONFIG_KERNEL_START which can remove it.
CONFIG_KERNEL_START is physical base memory address because of noMMU
KERNEL_BASE_ADDR is 0xC0000000 buf of course could be change in menuconfig.
I'll do some tests.
Thanks,
Michal
>
> Arnd <><
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists