diff --git a/ShellPkg/Application/Shell/Shell.inf b/ShellPkg/Application/Shell/Shell.inf index 1b8b9ee702..9e1448582f 100644 --- a/ShellPkg/Application/Shell/Shell.inf +++ b/ShellPkg/Application/Shell/Shell.inf @@ -110,10 +110,3 @@ gEfiShellPkgTokenSpaceGuid.PcdShellForceConsole ## CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellSupplier ## CONSUMES gEfiShellPkgTokenSpaceGuid.PcdShellMaxHistoryCommandCount ## CONSUMES - -[BuildOptions.AARCH64] - # The tiny code model used by AARCH64 only supports binaries of up to 1 MB in - # size. Since the Shell application exceeds that when built in DEBUG mode, - # make sure we build it using the small code model instead. - GCC:DEBUG_*_*_CC_FLAGS = -mcmodel=small - GCC:DEBUG_*_*_DLINK_FLAGS = -z common-page-size=0x1000