Re: [U-Boot] [PATCH v2 03/11] efi_loader: Use compiler constants for image loader

2018-06-14 Thread Simon Glass
Hi Alex, On 14 June 2018 at 12:22, Alexander Graf wrote: > The EFI image loader tries to determine which target architecture we're > working with to only load PE binaries that match. > > So far this has worked based on CONFIG defines, because the target CPU > was always indicated by a config

[U-Boot] [PATCH v2 03/11] efi_loader: Use compiler constants for image loader

2018-06-14 Thread Alexander Graf
The EFI image loader tries to determine which target architecture we're working with to only load PE binaries that match. So far this has worked based on CONFIG defines, because the target CPU was always indicated by a config define. With sandbox however, this is not longer true as all sandbox