From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 2 Jun 2016 10:14:59 +0200 Subject: [U-Boot] [PATCH] fw_env: Make env flash lock optional In-Reply-To: <1464851354-26470-1-git-send-email-dirk.eibach@gdsys.cc> References: <1464851354-26470-1-git-send-email-dirk.eibach@gdsys.cc> Message-ID: <20160602101459.71305f10@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2 Jun 2016 09:09:14 +0200 dirk.eibach at gdsys.cc dirk.eibach at gdsys.cc wrote: ... > @@ -941,7 +943,9 @@ static int flash_flag_obsolete (int dev, int fd, off_t offset) > } > ioctl (fd, MEMUNLOCK, &erase); when MEMLOCK ist broken on a platform and disabled by your patch, shouldn't MEMUNLOCK be isolated as well? -- Anatolij