hv:remove several redundancy variables related memory

Remove redundancy code since they are not used now.
-- remove 'max_ram_blk_base' & 'max_ram_blk_size' in
   struct e820_mem_params
-- remove 'gpa_lowtop' in struct vm_hw_info
-- remove MACRO 'UOS_DEFAULT_START_ADDR'

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Mingqiang Chi
2019-02-02 14:07:43 +08:00
committed by Eddie Dong
parent d05af3526f
commit af1e5d5742
5 changed files with 0 additions and 14 deletions

View File

@@ -21,8 +21,6 @@
#include "default_acpi_info.h"
#include "platform_acpi_info.h"
#define UOS_DEFAULT_START_ADDR (0x100000000UL)
/* BSP Interfaces */
void init_bsp(void);
uint64_t bsp_get_ap_trampoline(void);