]> 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)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 16 Mar 2011 06:32:15 +0000 (07:32 +0100)
commitd68f911e429fbf3d1ba8c915722247a6549ff247
treef1791265e5d22c16cc5273a2ac1e148a0110a266
parentad62fbf988d4060a98fdd2f9767eceb9c0b3a565
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