From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 25 Nov 2014 10:29:01 +0900 Subject: [U-Boot] [PATCH V2] ORIGEN: Enhance origen config to be more flexible on boot. In-Reply-To: <1412773478-24745-1-git-send-email-guillaume.gardet@free.fr> References: <54351774.4040409@samsung.com> <1412773478-24745-1-git-send-email-guillaume.gardet@free.fr> Message-ID: <5473DB5D.1080307@samsung.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 08/10/14 22:04, Guillaume GARDET wrote: > V2: rebased on latest GIT version > > V1: This patch enhances the boot of origen board by adding support to ext2, bootz, initrd, bootenv loading and boot script. > It still keeps the previous mmc load command if boot script fails. > > Signed-off-by: Guillaume GARDET > Cc: Minkyu Kang > > --- > include/configs/origen.h | 35 ++++++++++++++++++++++++++++++++++- > 1 file changed, 34 insertions(+), 1 deletion(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.