i.MX6: Calibrate delay loop

This commit is contained in:
Gregory Nutt 2016-05-17 08:22:38 -06:00
parent 5d44fd6a00
commit b416f6cc1b
2 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,7 @@ CONFIG_ARCH_STACKDUMP=y
#
# Board Settings
#
CONFIG_BOARD_LOOPSPERMSEC=65775
CONFIG_BOARD_LOOPSPERMSEC=99369
# CONFIG_ARCH_CALIBRATION is not set
#

View File

@ -41,6 +41,7 @@
#include <stdint.h>
#include <nuttx/board.h>
#include <arch/board/board.h>
#include "chip.h"