On Fri, 2014-11-28 at 14:00 +0900, Hyungwon Hwang wrote:
> On Thu, 27 Nov 2014 17:35:05 +0100
> Sjoerd Simons <sjoerd.sim...@collabora.co.uk> wrote:
> 
> 
> > Would be nice if config_distro_defaults.h config_distro_bootcmd.h
> > could be used instead an odroid XU3 specific default environment &
> > settings..

> You have the peach-pi board. Right? Does it boot without typing
> something to boot linux kernel withour modification? I explored the
> source code, but could not find the point where makes the peach-pi
> board boot automatically with the configuration.

exynos5-common includes config_distro_bootcmd.h and defines
CONFIG_EXTRA_ENV_SETTINGS to include BOOTENV. BOOTENV in turn is defines
in the config_distro_bootcmd.h file and defined a bootcmd which searches
for a boot script on various devies.

So simply not overriding CONFIG_EXTRA_ENV_SETTINGS should do the right
thing.

-- 
Sjoerd Simons <sjoerd.sim...@collabora.co.uk>
Collabora Ltd.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to