From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 13 Oct 2015 20:51:25 +0900 Subject: [U-Boot] [PATCH V3 0/2] *Enhance Odroid board In-Reply-To: <561CDA10.4060002@samsung.com> References: <1444036039-9104-1-git-send-email-guillaume.gardet@free.fr> <1444393583-29395-1-git-send-email-guillaume.gardet@free.fr> <561CDA10.4060002@samsung.com> Message-ID: <561CF03D.7040805@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 Dear Guillaume GARDET, On 13/10/15 19:16, Przemyslaw Marczak wrote: > Hello, > > On 10/09/2015 02:26 PM, Guillaume GARDET wrote: >> Those 2 patches enhances Odroid board support. >> * First patch replace 'fatload' command by 'load', to be able to use EXT* >> partitions while keeping FAT partition compatibility. >> * Second patch adds boot script (boot.scr) support. If no boot script are >> found, it boots as usual. >> >> Changes in V3: >> * Uses 'elif' version as requested by Przemyslaw Marczak >> >> Changes in V2: >> * Expand commit messages >> * Better code consistency >> >> Signed-off-by: Guillaume GARDET >> Cc: Przemyslaw Marczak >> Cc: Minkyu Kang >> >> --- >> >> Guillaume GARDET (2): >> odroid: replace 'fatload' with 'load' to be able to use EXT* >> partitions >> odroid: Add boot script (boot.scr) support >> >> include/configs/odroid.h | 16 ++++++++++++---- >> 1 file changed, 12 insertions(+), 4 deletions(-) >> > > For the series: > > Tested-by: Przemyslaw Marczak > Acked-by: Przemyslaw Marczak > > Thanks! applied to u-boot-samsung. Thanks, Minkyu Kang.