From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 21 Jun 2018 17:13:14 +0200 Subject: [U-Boot] [U-Boot, v4, 16/21] elf: Move x86 reloc defines to common elf.h In-Reply-To: <20180618152315.34233-17-agraf@suse.de> References: <20180618152315.34233-17-agraf@suse.de> Message-ID: <152959399452.62035.8658584423186061007@achrid.arch.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 > We need to know about x86 relocation definitions even in cases where > we don't officially build against the x86 target, such as with sandbox. > > So let's move the x86 definitions into the common elf header, where all > other architectures already have them. > > Signed-off-by: Alexander Graf Thanks, applied to efi-next Alex