From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Wed, 6 Feb 2013 22:38:55 +0100 (CET) Subject: [U-Boot] [PATCH v4 7/9] Makefile: u-boot-with-spl.bin: Pad to CONFIG_SPL_MAX_SIZE In-Reply-To: <1360186636-6041-7-git-send-email-benoit.thebaudeau@advansee.com> References: <1360186636-6041-1-git-send-email-benoit.thebaudeau@advansee.com> <1360186636-6041-7-git-send-email-benoit.thebaudeau@advansee.com> Message-ID: <1606455214.1057334.1360186735903.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, February 6, 2013 10:37:14 PM, Beno?t Th?baudeau wrote: > PAD_TO is not a generic SPL configuration option, so use CONFIG_SPL_MAX_SIZE > instead. > > Signed-off-by: Beno?t Th?baudeau This patch and the next 2 are rather drafts and RFCs than true patches. Don't expect them to work or even build. Best regards, Beno?t