From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerald Van Baren Date: Sun, 21 Mar 2010 13:49:19 -0400 Subject: [U-Boot] [PATCH 5/6] fdt_support: add partitions fixup in mtd node In-Reply-To: <20100321103321.B83AA4C022@gemini.denx.de> References: <1266964630-7754-1-git-send-email-agust@denx.de> <1266964630-7754-2-git-send-email-agust@denx.de> <1266964630-7754-3-git-send-email-agust@denx.de> <1266964630-7754-4-git-send-email-agust@denx.de> <1266964630-7754-5-git-send-email-agust@denx.de> <1266964630-7754-6-git-send-email-agust@denx.de> <20100321103321.B83AA4C022@gemini.denx.de> Message-ID: <4BA65C1F.5060109@cideas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> Cc: Gerald Van Baren >> --- >> 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