From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Sat, 25 Oct 2014 03:00:44 +0200 Subject: [U-Boot] [PATCH v1 04/10] spl, nand: add option to boot raw u-boot.bin image only In-Reply-To: <1412142894-997-5-git-send-email-hs@denx.de> References: <1412142894-997-1-git-send-email-hs@denx.de> <1412142894-997-5-git-send-email-hs@denx.de> Message-ID: <544AF63C.2030808@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Heiko, On 01.10.14 07:54, Heiko Schocher wrote: > enable to boot only a raw u-boot.bin image from nand with the > CONFIG_SPL_NAND_RAW_ONLY define. This option saves space on > boards where spl space is low. > > Signed-off-by: Heiko Schocher > Cc: Andreas Bie?mann > Cc: Bo Shen > Cc: Scott Wood > Cc: Josh Wu Reviewed-by: Andreas Bie?mann