From: Marek Vasut Date: Tue, 25 Dec 2012 15:08:40 +0000 (+0000) Subject: mxs: Add NAND fdt and ramdisk partition to m28evk X-Git-Tag: v2013.01-rc3~9^2^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f75b5415083a14326449fed9b85177ca8c16dfa;p=kernel%2Fu-boot.git mxs: Add NAND fdt and ramdisk partition to m28evk 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 --- 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