From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 5 Jan 2013 19:29:36 +0100 Subject: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk In-Reply-To: <50E8607C.8000903@denx.de> References: <1356484120-15740-1-git-send-email-marex@denx.de> <201301051810.36082.marex@denx.de> <50E8607C.8000903@denx.de> Message-ID: <201301051929.36636.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Stefano Babic, > On 05/01/2013 18:10, Marek Vasut wrote: > > Dear Stefano Babic, > > > >> On 26/12/2012 02:08, Marek Vasut wrote: > >>> Adjust the NAND partitioning layout so that there is a separate > >>> partition for the ramdisk and fdt blob on the NAND. > >>> > >>> Signed-off-by: Marek Vasut > >>> Cc: Detlev Zundel > >>> Cc: Stefano Babic > >>> Cc: Wolfgang Denk > >>> --- > >>> > >>> include/configs/m28evk.h | 2 ++ > >>> 1 file changed, 2 insertions(+) > >>> > >>> diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h > >>> index b49ec8c..36ce672 100644 > >>> --- a/include/configs/m28evk.h > >>> +++ b/include/configs/m28evk.h > >>> @@ -178,6 +178,8 @@ > >>> > >>> "512k(environment)," \ > >>> "512k(redundant-environment)," \ > >>> "4m(kernel)," \ > >>> > >>> + "128k(fdt)," \ > >>> + "8m(ramdisk)," \ > >>> > >>> "-(filesystem)" > >>> > >>> #else > >>> #define CONFIG_ENV_IS_NOWHERE > >> > >> Discussion in the thread was quite off-topic - but at the end, there is > >> nothing for not applying it. > >> > >> Applied to u-boot-imx, thanks. > > > > Thanks, will this make it for 2013.01 please ? > > Of course, it is part of my next pull request. Thanks! Best regards, Marek Vasut