
21 Mar
2010
21 Mar
'10
6:49 p.m.
Wolfgang Denk wrote:
Dear Anatolij Gustschin,
In message 1266964630-7754-6-git-send-email-agust@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 agust@denx.de Cc: Gerald Van Baren vanbaren@cideas.com
common/cmd_mtdparts.c | 2 +- common/fdt_support.c | 214 +++++++++++++++++++++++++++++++++++++++++++ include/fdt_support.h | 2 + include/jffs2/load_kernel.h | 1 + include/mtd_node.h | 11 ++ 5 files changed, 229 insertions(+), 1 deletions(-) create mode 100644 include/mtd_node.h
Applied to "next" branch, thanks.
Best regards,
Wolfgang Denk
Thanks for applying this, gvb