From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Fri, 07 Nov 2014 09:10:52 +0100 Subject: [U-Boot] [PATCH v2 1/2] exynos: Enable config_distro_defaults.h In-Reply-To: <5452427A.7080107@samsung.com> References: <1413467042-32028-1-git-send-email-ijc@hellion.org.uk> <5452427A.7080107@samsung.com> Message-ID: <545C7E8C.3070204@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 30/10/2014 14:51, Minkyu Kang a ?crit : > On 16/10/14 22:44, Ian Campbell wrote: >> From: Ian Campbell >> >> ...and remove explicit setting of things which this implies. This is done for >> all exynos platforms (4 & 5) so it is added to exynos-common.h >> >> I'm mainly interested in CONFIG_CMD_BOOTZ and CONFIG_SUPPORT_RAW_INITRD >> >> I have build tested on all exynos platforms (MAKEALL -s exynos), but only boot >> tested on arndale. >> >> Signed-off-by: Ian Campbell >> --- >> v2: This patch was previously "arndale: Enable config_distro_defaults.h". It >> required significant rebasing. >> --- >> include/configs/arndale.h | 2 -- >> include/configs/exynos-common.h | 13 ++----------- >> include/configs/exynos5-common.h | 11 ----------- >> 3 files changed, 2 insertions(+), 24 deletions(-) >> > please rebase this patch. Ian, do you plan to rebase your patch? I am also interested by this patch (and the other one for config_distro_bootcmd.h) on exynos/arndale. Guillaume