Re: [Pramfs-devel] [PATCH] Fix CONFIG_PRAMFS_WRITE_PROTECT disabled prevents XIP
Status: Beta
Brought to you by:
vdavydov825
From: Marco S. <mar...@gm...> - 2012-11-22 16:38:04
|
Il 22/11/2012 15:07, Håkan Lindqvist ha scritto: > We found a small bug in the build option handling that prevents the use of the > XIP feature when built with the option CONFIG_PRAMFS_WRITE_PROTECT disabled. > > This patch fixes this when applied to latest > Thanks for the patch, I agree with you. However I think the latest #ifdef is redundant because if protection is not compiled you can't do anything with mount options and if it's not set by set_default_opts(), the option has to be off, so the test with xip will be always ok. Marco |