samples: power: Remove mention of specific versions in README

The README was referring to a specific version of the boot loader.
Since the boot loader version is expected to change in future
and Zephyr code would also correspond to that version, it is better
to not mention any specific version. Instead, the requirement
is to use the latest version of the boot loader.

Change-Id: I04082eec4af16426f6456702c521e8f61bd4e0df
Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
This commit is contained in:
Ramesh Thomas 2017-02-07 17:50:43 -08:00 committed by Anas Nashif
parent 362a12200a
commit 632964e010

View file

@ -28,8 +28,8 @@ the board.
.. note::
PM support on Intel Quark SE Microcontroller C1000 board requires
`boot loader version 1.3
<https://github.com/quark-mcu/qm-bootloader/releases>`_ or greater.
the latest version of the `boot loader
<https://github.com/quark-mcu/qm-bootloader/releases>`_.
Building and Running