boards: arm: 96b_neonkey: doc: Remove flash goal

This board doesn't support `make flash` way of programming.
So, remove that from documentation.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
Manivannan Sadhasivam 2017-12-29 15:00:53 +05:30 committed by Anas Nashif
parent d5fe808a09
commit c4b24f87da

View file

@ -134,7 +134,7 @@ Here is an example for building the :ref:`hello_world` application.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: 96b_neonkey
:goals: build flash
:goals: build
Flashing
========