Re: [U-Boot] reloacting uboot

2009-09-06 Thread Ulf Samuelsson
Wolfgang Denk skrev: Dear E Robertson, In message 200908251428.55255.e.robertson@gmail.com you wrote: In message 200908251403.20809.e.robertson@gmail.com you wrote: I am using the at91sam9263 device from which the bootstrap code load u-boot to the desired ram address. However, I

Re: [U-Boot] reloacting uboot

2009-08-25 Thread Wolfgang Denk
Dear E Robertson, In message 200908251403.20809.e.robertson@gmail.com you wrote: I am using the at91sam9263 device from which the bootstrap code load u-boot to the desired ram address. However, I would like to re-relocate this at the different address based on memory availability. Can

Re: [U-Boot] reloacting uboot

2009-08-25 Thread E Robertson
On Tuesday 25 August 2009 02:11:36 pm Wolfgang Denk wrote: Dear E Robertson, In message 200908251403.20809.e.robertson@gmail.com you wrote: I am using the at91sam9263 device from which the bootstrap code load u-boot to the desired ram address. However, I would like to re-relocate this

[U-Boot] reloacting uboot

2009-08-25 Thread E Robertson
Hi All, I am using the at91sam9263 device from which the bootstrap code load u-boot to the desired ram address. However, I would like to re-relocate this at the different address based on memory availability. Can / or should this be done? ___ U-Boot

Re: [U-Boot] reloacting uboot

2009-08-25 Thread E Robertson
On Tuesday 25 August 2009 02:11:36 pm Wolfgang Denk wrote: Dear E Robertson, In message 200908251403.20809.e.robertson@gmail.com you wrote: I am using the at91sam9263 device from which the bootstrap code load u-boot to the desired ram address. However, I would like to re-relocate this

Re: [U-Boot] reloacting uboot

2009-08-25 Thread Wolfgang Denk
Dear E Robertson, In message 200908251428.55255.e.robertson@gmail.com you wrote: In message 200908251403.20809.e.robertson@gmail.com you wrote: I am using the at91sam9263 device from which the bootstrap code load u-boot to the desired ram address. However, I would like to

Re: [U-Boot] reloacting uboot

2009-08-25 Thread Wolfgang Denk
Dear E Robertson, In message 200908251442.53461.e.robertson@gmail.com you wrote: By the way, my reason for doing this is that i want to maintain a proportional memory space available so if I increase the ram size I would like to relocate the boot loader without doing a separate build.