README: remove irrelevant information

As of openembedded-core commit 2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8 hardfp
is enabled by default.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Romain Perier <romain.perier@collabora.com>
This commit is contained in:
Trevor Woerner 2017-04-29 22:13:35 -04:00
parent 5da3cc7529
commit c34d5bf9a2

16
README
View File

@ -49,7 +49,6 @@ Table of Contents
I. Configure yocto/oe environment
II. Building a second level bootloader based on kexec
III. Booting your device
IV. Performance
I. Configure yocto/oe environment
========================================
@ -127,18 +126,3 @@ linux-next from tftp='tftp://192.168.0.5/zImage dtb=tftp://192.168.0.5/<MACHINE>
Then, plug your SDCARD into your Rockchip device and power on the board. If
everything worked fine, Petitboot should be started automatically and list all
entries found in the configuration file.
IV. Performance
===============
By default a BSP layer should not be tuning a build, this is a DISTRO-level
decision. As such the default machine settings are meant to be the lowest
common denominator in order to maximize generality. If you are interested in
tweaking your build to maximize performance you can either use a DISTRO that
has these same goals, or you can add settings in your configuration files
(e.g. local.conf) as follows:
for rk3288:
DEFAULTTUNE = "cortexa17hf-neon-vfpv4"
for rk3066:
DEFAULTTUNE = "cortexa9-neon"