Re: [U-Boot] [PATCH v2] ARM: Samsung: Add Exynos5422-based Odroid HC2 support

2018-11-12 Thread Dirk Meul
CROSS_COMPILE=arm-linux-gnu- make -j $(nproc) on Fedora 28 Workstation. BR, Dirk Am Montag, den 12.11.2018, 13:06 +0530 schrieb Anand Moon: > Hi Dirk Meul > > On Tue, 23 Oct 2018 at 16:08, Dirk Meul > wrote: > > > > From: Dirk Meul > > Date: Sun, 14 Oct 2018 17:1

[U-Boot] [PATCH v2] ARM: Samsung: Add Exynos5422-based Odroid HC2 support

2018-10-23 Thread Dirk Meul
From: Dirk Meul Date: Sun, 14 Oct 2018 17:14:17 +0200 Odroid HC2 board is based on Odroid XU4 board, like the Odroid HC1. The linux kernel does not provide a hc2 DTB so the hc1 DTB is also used for the Odroid HC2. Resend because MUA changed whitespace. Signed-off-by: Dirk Meul Acked-by

Re: [U-Boot] [PATCH] ARM: Samsung: Add Exynos5422-based Odroid HC2 support

2018-10-18 Thread Dirk Meul
Odroid HC2 board is based on Odroid XU4 board, like the Odroid HC1. The linux kernel does not provide a hc2 DTB so the hc1 DTB is also used for the Odroid HC2. Signed-off-by: Dirk Meul --- board/samsung/common/exynos5-dt-types.c | 16 +--- board/samsung/common/exynos5-dt.c