Re: [U-Boot] [PATCH 1/2] DEBUG: fix relocation address

2012-11-21 Thread Wolfgang Denk
Dear Tetsuyuki Kobayashi, In message <1353476660-18018-2-git-send-email-k...@kmckk.co.jp> you wrote: > U-Boot from NOR flash relocates itself to RAM erea. The relocation address is > calaculated at runtime to get maxium contiguous space to load kernel. So it > may > vary after code changed. In th

[U-Boot] [PATCH 1/2] DEBUG: fix relocation address

2012-11-20 Thread Tetsuyuki Kobayashi
U-Boot from NOR flash relocates itself to RAM erea. The relocation address is calaculated at runtime to get maxium contiguous space to load kernel. So it may vary after code changed. In the early debug phase it would be easier to handle if the relocation address does not change. This patch sets rel