[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files
authorMike Frysinger <vapier.adi@gmail.com>
Wed, 23 Apr 2008 21:12:09 +0000 (05:12 +0800)
committerBryan Wu <cooloney@kernel.org>
Wed, 23 Apr 2008 21:12:09 +0000 (05:12 +0800)
commit3132b58679261ee0edfda3a846539bb1b0750705
tree3a8e5e12592e9cd940febd27fb9ce7109ded8a1a
parent8b6eb473c5f8f9906d8c514a8f352dac275b0f3e
[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files

theres no need to declare ram{end,start,base} in the head.S files
when declaring them with the other memory related variables in setup.c
is so much simpler/nicer

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/kernel/setup.c
arch/blackfin/mach-bf527/head.S
arch/blackfin/mach-bf533/head.S
arch/blackfin/mach-bf537/head.S
arch/blackfin/mach-bf548/head.S
arch/blackfin/mach-bf561/head.S