Re: [PATCH 2/2] mtd: mxc_nand: reorder part_probes to let cmdline override other sources

2012-12-10 Thread Artem Bityutskiy
On Thu, 2012-12-06 at 08:42 +0100, Lothar Waßmann wrote: > The cmdline is the easiest to change source of information. Thus > let it take precedence over 'RedBoot' and 'ofpart'. This makes the > mxc_nand driver to be in sync with all other NAND drivers that support > 'cmdlinepart' partition

Re: [PATCH 2/2] mtd: mxc_nand: reorder part_probes to let cmdline override other sources

2012-12-10 Thread Artem Bityutskiy
On Thu, 2012-12-06 at 08:42 +0100, Lothar Waßmann wrote: The cmdline is the easiest to change source of information. Thus let it take precedence over 'RedBoot' and 'ofpart'. This makes the mxc_nand driver to be in sync with all other NAND drivers that support 'cmdlinepart' partition parsing.

[PATCH 2/2] mtd: mxc_nand: reorder part_probes to let cmdline override other sources

2012-12-05 Thread Lothar Waßmann
The cmdline is the easiest to change source of information. Thus let it take precedence over 'RedBoot' and 'ofpart'. This makes the mxc_nand driver to be in sync with all other NAND drivers that support 'cmdlinepart' partition parsing. Also change 'const char *' to 'const char const *' as advised

[PATCH 2/2] mtd: mxc_nand: reorder part_probes to let cmdline override other sources

2012-12-05 Thread Lothar Waßmann
The cmdline is the easiest to change source of information. Thus let it take precedence over 'RedBoot' and 'ofpart'. This makes the mxc_nand driver to be in sync with all other NAND drivers that support 'cmdlinepart' partition parsing. Also change 'const char *' to 'const char const *' as advised