
On Tue, 2014-11-25 at 10:29 +0900, Minkyu Kang wrote:
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 guillaume.gardet@free.fr Cc: Minkyu Kang mk7.kang@samsung.com
include/configs/origen.h | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-)
applied to u-boot-samsung.
Would it not be better to standardize on the bootcmd from config_distro_bootcmd.h, like Ian Campell did for exynos5 based boards? _Especially_ when moving from current trivial bootcmds to a complex ones.
Not having standard bootcommands in the default u-boot settings, is always a massive PITA when starting to work with new boards. Would be great if that could slowly be fixed :)