mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Load the appropriate MTD driver if we were booted from NOR/NAND only, use the TRX mapping by default if bootloader unknown
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8032 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -407,6 +407,10 @@ int __init init_adm5120_map(void)
|
||||
struct mtd_partition *parts;
|
||||
int i, parsed_nr_parts = 0;
|
||||
#endif
|
||||
|
||||
if (adm5120_nand_boot)
|
||||
return -ENODEV;
|
||||
|
||||
printk("adm5120 : flash init : 0x%08x 0x%08x\n", WINDOW_ADDR, adm5120_board.flash0_size);
|
||||
adm5120_map.virt = ioremap_nocache(WINDOW_ADDR, adm5120_board.flash0_size);
|
||||
|
||||
@@ -433,7 +437,7 @@ int __init init_adm5120_map(void)
|
||||
|
||||
#ifdef CONFIG_MTD_PARTITIONS
|
||||
|
||||
if (adm5120_boot_loader == BOOT_LOADER_CFE)
|
||||
if (adm5120_boot_loader == BOOT_LOADER_CFE || adm5120_boot_loader == BOOT_LOADER_UNKNOWN)
|
||||
{
|
||||
printk(KERN_NOTICE "adm5120 : using CFE flash mapping\n");
|
||||
parts = init_mtd_partitions(adm5120_mtd, size);
|
||||
|
||||
Reference in New Issue
Block a user