From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 30 Oct 2014 22:51:49 +0900 Subject: [U-Boot] [PATCH v2 2/2] exynos5: Use config_distro_bootcmd.h In-Reply-To: <1413467042-32028-2-git-send-email-ijc@hellion.org.uk> References: <1413467042-32028-2-git-send-email-ijc@hellion.org.uk> Message-ID: <54524275.4010204@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 16/10/14 22:44, Ian Campbell wrote: > From: Ian Campbell > > This replaces the existing CONFIG_BOOTCOMMAND for exynos5250 and 5420. > > exynos4 platforms seem to have existing complex extra env configuration for > booting and so are excluded here. Hence the bootcmd.h is added to > exynos5-common.h. > > I have build tested on all exynos platforms (MAKEALL -s exynos), but only boot > tested on arndale. > > Signed-off-by: Ian Campbell > --- > v2: This was previously "arndale: Use config_distro_bootcmd.h" but required > significant rebasing. > > Is replacing the existing bootcommand in this way acceptable? The > distro_bootcmd.h infrastructure does not seem to provide a way to integrate the > "raw" style of booting. > --- > include/configs/arndale.h | 3 +++ > include/configs/exynos5-common.h | 45 ++++++++++++++++++++++++++++++------- > include/configs/exynos5-dt-common.h | 17 ++++++-------- > include/configs/exynos5250-common.h | 2 -- > include/configs/exynos5420-common.h | 2 -- > 5 files changed, 47 insertions(+), 22 deletions(-) > please rebase this patch. Thanks, Minkyu Kang.