diff options
Diffstat (limited to 'arch/sh/kernel/setup.c')
| -rw-r--r-- | arch/sh/kernel/setup.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 1fcb6659822a..af977ec4ca5e 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c @@ -244,7 +244,7 @@ void __init __weak plat_early_device_setup(void)  {  } -#ifdef CONFIG_OF_FLATTREE +#ifdef CONFIG_OF_EARLY_FLATTREE  void __ref sh_fdt_init(phys_addr_t dt_phys)  {  	static int done = 0; @@ -326,7 +326,7 @@ void __init setup_arch(char **cmdline_p)  	/* Let earlyprintk output early console messages */  	sh_early_platform_driver_probe("earlyprintk", 1, 1); -#ifdef CONFIG_OF_FLATTREE +#ifdef CONFIG_OF_EARLY_FLATTREE  #ifdef CONFIG_USE_BUILTIN_DTB  	unflatten_and_copy_device_tree();  #else  |