From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hyungwon Hwang Date: Tue, 09 Dec 2014 11:04:47 +0900 Subject: [U-Boot] [PATCH v10 2/4] Odroid-XU3: Add support for Odroid-XU3 In-Reply-To: <1417807885.32660.32.camel@collabora.co.uk> References: <1417504034-25522-1-git-send-email-human.hwang@samsung.com> <1417504034-25522-3-git-send-email-human.hwang@samsung.com> <1417807885.32660.32.camel@collabora.co.uk> Message-ID: <20141209110447.34dca49b@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, On Fri, 05 Dec 2014 20:31:25 +0100 Sjoerd Simons wrote: > On Tue, 2014-12-02 at 16:07 +0900, Hyungwon Hwang wrote: > > This patch adds support for Odroid-XU3. > > > > > diff --git a/configs/odroid-xu3_defconfig > > b/configs/odroid-xu3_defconfig new file mode 100644 > > index 0000000..74aa0cf > > --- /dev/null > > +++ b/configs/odroid-xu3_defconfig > > @@ -0,0 +1,4 @@ > > > + > > +#define CONFIG_CMD_MMC > > +#define CONFIG_CMD_EXT2 > > +#define CONFIG_CMD_EXT4 > > +#define CONFIG_CMD_FAT > > These four are already defined in include/config_distro_defaults.h > which is included by the exynos headers I will remove CONFIG_CMD_EXT2, CONFIG_CMD_EXT4, and CONFIG_CMD_FAT which defined needlessly from next version. Thanks. > > Other then that > > Reviewed-By: Sjoerd Simons > Tested-By: Sjoerd Simons Best regards, Hyungwon Hwang