提交 c0eab3b7 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

[Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option...

[Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option into the function it actually gets used in
Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <bryan.wu@analog.com>
上级 550d5538
......@@ -407,6 +407,10 @@ static __init void parse_cmdline_early(char *cmdline_p)
*/
static __init void memory_setup(void)
{
#ifdef CONFIG_MTD_UCLINUX
unsigned long mtd_phys = 0;
#endif
_rambase = (unsigned long)_stext;
_ramstart = (unsigned long)_end;
......@@ -607,9 +611,6 @@ static __init void setup_bootmem_allocator(void)
void __init setup_arch(char **cmdline_p)
{
unsigned long l1_length, sclk, cclk;
#ifdef CONFIG_MTD_UCLINUX
unsigned long mtd_phys = 0;
#endif
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册