From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 26 Nov 2014 09:38:27 +0000 Subject: [U-Boot] [PATCH v1] exynos: Fix file system defines In-Reply-To: <1416937302-31040-1-git-send-email-suriyan.r@gmail.com> References: <1416937302-31040-1-git-send-email-suriyan.r@gmail.com> Message-ID: <1416994707.11944.27.camel@citrix.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 Tue, 2014-11-25 at 09:41 -0800, Suriyan Ramasami wrote: > On the odroid, files in an ext4 file system were not being accessed. > Correct the #defines to take care of this. In u-boot-samsung.git#master since a bunch of this stuff has changed, in particular include/configs/exynos-common.h uses config_distro_defaults.h which I think provides most of what you've added here. Ian.