From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hyungwon Hwang Date: Tue, 02 Dec 2014 10:56:31 +0900 Subject: [U-Boot] [PATCH 0/4] Odroid XU3 support additions In-Reply-To: <1417437260-18032-1-git-send-email-sjoerd.simons@collabora.co.uk> References: <1417094496-28740-1-git-send-email-human.hwang@samsung.com> <1417437260-18032-1-git-send-email-sjoerd.simons@collabora.co.uk> Message-ID: <20141202105631.4d7b60ce@hwh-ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Sjoerd, Thanks for this work. I think it is better to squash patch #1, #3, #4 into my patchs, because these patches remove the code which needlessly being added by my patches. I will include patch #2 also from next version. On Mon, 01 Dec 2014 13:34:16 +0100 Sjoerd Simons wrote: > Hey Hyungwon, > > The following are some of the patches i had locally on top of your v9 > Odroid. Feel free to merge them into your patchset (or squash them > into your existing patches) if they look good to you. > > Sjoerd Simons (4): > Odroid-XU3: Drop redundant fields > Odroid-XU3: Add entry for DTS EHCI GPIO > ODROID-XU3: Make odroid-xu3 an smdk5420 variant > ODROID-XU3: drop overriding the boot environment > > arch/arm/cpu/armv7/exynos/Kconfig | 1 - > arch/arm/dts/exynos5422-odroidxu3.dts | 16 ++--- > board/samsung/odroid-xu3/Kconfig | 12 ---- > board/samsung/odroid-xu3/MAINTAINERS | 6 -- > board/samsung/odroid-xu3/Makefile | 7 -- > board/samsung/odroid-xu3/odroid-xu3.c | 122 > ---------------------------------- > board/samsung/odroid-xu3/setup.h | 95 > -------------------------- board/samsung/smdk5420/Kconfig | > 13 ++++ include/configs/odroid_xu3.h | 72 > -------------------- 9 files changed, 17 insertions(+), 327 > deletions(-) delete mode 100644 board/samsung/odroid-xu3/Kconfig > delete mode 100644 board/samsung/odroid-xu3/MAINTAINERS delete mode > 100644 board/samsung/odroid-xu3/Makefile delete mode 100644 > board/samsung/odroid-xu3/odroid-xu3.c delete mode 100644 > board/samsung/odroid-xu3/setup.h > Best regards, Hyungwon Hwang