doc: minor changes according to one binary for SBL and UEFI

PLATFORM=xxx is no longer supported, use BOARD instead.

Tracked-On: #2708
Signed-off-by: Tw <wei.tan@intel.com>
This commit is contained in:
Tw 2019-03-22 09:42:16 +08:00 committed by David Kinder
parent 1e614f5640
commit 46e7fa8cf2
2 changed files with 2 additions and 2 deletions

View File

@ -306,7 +306,7 @@ Enable partition mode in ACRN hypervisor
.. code-block:: none .. code-block:: none
$ make PLATFORM=sbl $ make BOARD=apl-up2
... ...
$ sudo cp build/acrn.32.out /boot $ sudo cp build/acrn.32.out /boot

View File

@ -67,7 +67,7 @@ the source code, build it, and install it on your device.
.. code-block:: none .. code-block:: none
cd ~/acrn-hypervisor cd ~/acrn-hypervisor
make PLATFORM=uefi make
sudo make install sudo make install
For more details, please refer to the :ref:`getting-started-building`. For more details, please refer to the :ref:`getting-started-building`.