From c34d5bf9a2d5700889ce974a58c43bb94a94ed13 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sat, 29 Apr 2017 22:13:35 -0400 Subject: [PATCH] README: remove irrelevant information As of openembedded-core commit 2b3ae58f5eaecc8474761c543ff5347aa0e3c4c8 hardfp is enabled by default. Signed-off-by: Trevor Woerner Reviewed-by: Romain Perier --- README | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README b/README index b2e89f3..7f4a499 100644 --- a/README +++ b/README @@ -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/ 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"