]> rtime.felk.cvut.cz Git - sysless.git/commit
h8300: bloader: Fix relocation condition
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 16 Mar 2011 06:32:15 +0000 (07:32 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 16 Mar 2011 16:00:29 +0000 (17:00 +0100)
commit199ccd5eabeba3af1e684f88930705fb7eb20a87
treecdefbdfbba2ecee21d1f7ebb8092233f048b5bc4
parent45d71724eb4d4c8c6d52b7e0721c39b7560a8a30
h8300: bloader: Fix relocation condition

Previously used __boot_fn_start is always in RAM. We must use etext to
find out where the code is stored.
arch/h8300/generic/bloader/bloader.c