Re: [U-Boot] [PATCH 5/6] fdt_support: add partitions fixup in mtd node

2010-03-21 Thread Gerald Van Baren
Wolfgang Denk wrote: > Dear Anatolij Gustschin, > > In message <1266964630-7754-6-git-send-email-ag...@denx.de> you wrote: >> Allow overriding defined partitions in the device tree blob >> using partition info defined in the 'mtdparts' environment >> variable. >> >> Signed-off-by: Anatolij Gustsch

Re: [U-Boot] [PATCH 5/6] fdt_support: add partitions fixup in mtd node

2010-03-21 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1266964630-7754-6-git-send-email-ag...@denx.de> you wrote: > Allow overriding defined partitions in the device tree blob > using partition info defined in the 'mtdparts' environment > variable. > > Signed-off-by: Anatolij Gustschin > Cc: Gerald Van Baren > -

[U-Boot] [PATCH 5/6] fdt_support: add partitions fixup in mtd node

2010-02-23 Thread Anatolij Gustschin
Allow overriding defined partitions in the device tree blob using partition info defined in the 'mtdparts' environment variable. Signed-off-by: Anatolij Gustschin Cc: Gerald Van Baren --- common/cmd_mtdparts.c |2 +- common/fdt_support.c| 214 +