diff options
| -rw-r--r-- | arch/blackfin/kernel/setup.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index 6136c33e919f..6e150d9b8862 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c | |||
| @@ -868,13 +868,6 @@ void __init setup_arch(char **cmdline_p) | |||
| 868 | else | 868 | else |
| 869 | printk(KERN_CONT "and Disabled\n"); | 869 | printk(KERN_CONT "and Disabled\n"); |
| 870 | 870 | ||
| 871 | #if defined(CONFIG_CHR_DEV_FLASH) || defined(CONFIG_BLK_DEV_FLASH) | ||
| 872 | /* we need to initialize the Flashrom device here since we might | ||
| 873 | * do things with flash early on in the boot | ||
| 874 | */ | ||
| 875 | flash_probe(); | ||
| 876 | #endif | ||
| 877 | |||
| 878 | printk(KERN_INFO "Boot Mode: %i\n", bfin_read_SYSCR() & 0xF); | 871 | printk(KERN_INFO "Boot Mode: %i\n", bfin_read_SYSCR() & 0xF); |
| 879 | 872 | ||
| 880 | /* Newer parts mirror SWRST bits in SYSCR */ | 873 | /* Newer parts mirror SWRST bits in SYSCR */ |
