mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
config_tools: update xml files
1. set the content of the bootargs tag to empty for KERNEL_ELF type in hybrid xml files. 2. update generic_board.xml with the latest nuc11tnbi5.xml to fix compile fail issue. Tracked-On: #6461 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
f46f712f31
commit
30dd62e5d1
File diff suppressed because it is too large
Load Diff
@ -86,7 +86,7 @@
|
||||
<kern_type>KERNEL_ELF</kern_type>
|
||||
<kern_mod>Zephyr_ElfImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
<bootargs>reboot=acpi</bootargs>
|
||||
<bootargs></bootargs>
|
||||
</os_config>
|
||||
<legacy_vuart id="0">
|
||||
<type>VUART_LEGACY_PIO</type>
|
||||
|
@ -94,7 +94,7 @@
|
||||
<kern_type>KERNEL_ELF</kern_type>
|
||||
<kern_mod>Zephyr_ElfImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
<bootargs>reboot=acpi</bootargs>
|
||||
<bootargs></bootargs>
|
||||
</os_config>
|
||||
<legacy_vuart id="0">
|
||||
<type>VUART_LEGACY_PIO</type>
|
||||
|
@ -86,7 +86,7 @@
|
||||
<kern_type>KERNEL_ELF</kern_type>
|
||||
<kern_mod>Zephyr_ElfImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
<bootargs>reboot=acpi</bootargs>
|
||||
<bootargs></bootargs>
|
||||
</os_config>
|
||||
<legacy_vuart id="0">
|
||||
<type>VUART_LEGACY_PIO</type>
|
||||
|
@ -86,7 +86,7 @@
|
||||
<kern_type>KERNEL_ELF</kern_type>
|
||||
<kern_mod>Zephyr_ElfImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
<bootargs>reboot=acpi</bootargs>
|
||||
<bootargs></bootargs>
|
||||
</os_config>
|
||||
<legacy_vuart id="0">
|
||||
<type>VUART_LEGACY_PIO</type>
|
||||
|
Loading…
Reference in New Issue
Block a user