From 811da1f12902b75a00607f805d82e58311d41ea6 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 30 Oct 2018 22:37:48 -0400 Subject: [PATCH] efi: aarch64 -> arm64. --- .../boot/platform/efi/arch/{aarch64 => arm64}/relocation_func.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/system/boot/platform/efi/arch/{aarch64 => arm64}/relocation_func.cpp (100%) diff --git a/src/system/boot/platform/efi/arch/aarch64/relocation_func.cpp b/src/system/boot/platform/efi/arch/arm64/relocation_func.cpp similarity index 100% rename from src/system/boot/platform/efi/arch/aarch64/relocation_func.cpp rename to src/system/boot/platform/efi/arch/arm64/relocation_func.cpp