commit | 59254d6f3624673cae34c7b4781c5e3d7e9eb191 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 23 07:59:47 2018 +0200 |
committer | Andes <uboot@andestech.com> | Tue May 29 14:43:12 2018 +0800 |
tree | 37bf378785a73b52d49736acda074910faf18940 | |
parent | 7ea64b049342a4ed14ced9c9487d4cb9ff6afedf [diff] |
efi_loader: Use EFI_CACHELINE_SIZE in the image loader too We were using our EFI_CACHELINE_SIZE define only in the runtime service code, but left the image loader to use plain CONFIG_SYS_CACHELINE_SIZE. This patch moves EFI_CACHELINE_SIZE into efi_loader.h and converts the image loader to use it. Signed-off-by: Alexander Graf <agraf@suse.de>