[U-Boot] [PATCH V4 2/2] ext4fs write support

Mike Frysinger vapier at gentoo.org
Mon Jan 16 01:03:05 CET 2012


On Monday 09 January 2012 12:56:16 uma.shankar at samsung.com wrote:
> --- a/common/Makefile
> +++ b/common/Makefile
>
> +ifndef CONFIG_CMD_EXT4
> +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o
> +endif

the CONFIG_CMD_EXT4 check is not necessary.  if someone tries to enable 
CONFIG_CMD_EXT4_WRITE but not CONFIG_CMD_EXT4, that's their fault.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120115/b04fd1e9/attachment.pgp>


More information about the U-Boot mailing list