
On Fri, 2014-11-28 at 14:00 +0900, Hyungwon Hwang wrote:
On Thu, 27 Nov 2014 17:35:05 +0100 Sjoerd Simons sjoerd.simons@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.