summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-12-17 17:02:09 +0000
committerWarner Losh <imp@FreeBSD.org>2020-12-17 17:02:09 +0000
commit4d6047edb675e52b8fad57135ab3ded8e66d0dac (patch)
tree8da6b0d04661ebbf1ad1d08a1bc4494f9ebc7cce /stand
parentea57b2d7a80a256ca7c16b3df9906d9744ae44b6 (diff)
downloadsrc-test-4d6047edb675e52b8fad57135ab3ded8e66d0dac.tar.gz
src-test-4d6047edb675e52b8fad57135ab3ded8e66d0dac.zip
Drop EFI_STAGING_SIZE back down to 64M
vmware can't cope with anything larger than 64MB. Drop this back to 64MB everywhere but arm. PR: 251866 MFC After: 1 week
Notes
Notes: svn path=/head/; revision=368721
Diffstat (limited to 'stand')
-rw-r--r--stand/efi/loader/copy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stand/efi/loader/copy.c b/stand/efi/loader/copy.c
index 17a4c57f86560..e723b61e3bca2 100644
--- a/stand/efi/loader/copy.c
+++ b/stand/efi/loader/copy.c
@@ -174,9 +174,7 @@ out:
#endif /* __i386__ || __amd64__ */
#ifndef EFI_STAGING_SIZE
-#if defined(__amd64__)
-#define EFI_STAGING_SIZE 100
-#elif defined(__arm__)
+#if defined(__arm__)
#define EFI_STAGING_SIZE 32
#else
#define EFI_STAGING_SIZE 64