From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Tue, 13 Nov 2018 20:59:34 +0100 Subject: [U-Boot] [PATCH v12 2/6] efi_loader: Drop setup_ok In-Reply-To: <20181106225744.139945-3-sjg@chromium.org> References: <20181106225744.139945-1-sjg@chromium.org> <20181106225744.139945-3-sjg@chromium.org> Message-ID: <04ae8d4e-d06d-e0f0-a005-6853a8aeb429@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06.11.18 23:57, Simon Glass wrote: > This value is stored in data which appears to be read-only with sandbox on > my Ubuntu 18.04 machine. In any case it is not good practice to store > run-time data in a build-time linker list. > > The value does not seem to be that useful, since tests that fail to setup > are likely to fail to run also. Let's drop it for now. > > Signed-off-by: Simon Glass I think I already have this as "efi_selftest: do not write to linker generated array" in my queue? Alex