From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 30 Oct 2014 22:51:54 +0900 Subject: [U-Boot] [PATCH v2 1/2] exynos: Enable config_distro_defaults.h In-Reply-To: <1413467042-32028-1-git-send-email-ijc@hellion.org.uk> References: <1413467042-32028-1-git-send-email-ijc@hellion.org.uk> Message-ID: <5452427A.7080107@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 > > ...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. patching file include/configs/arndale.h patching file include/configs/exynos-common.h Hunk #1 succeeded at 30 (offset 7 lines). Hunk #2 succeeded at 39 (offset 7 lines). Hunk #3 succeeded at 57 (offset 7 lines). Hunk #4 FAILED at 59. Hunk #5 succeeded at 91 (offset 8 lines). Thanks, Minkyu Kang.