pinmux: Rename frdm_k64f pinmux driver to k64

The k64 pinmux driver can be used for any k64 board, not just frdm_k64f,
therefore renaming the driver accordingly.

Change-Id: I45e96d4a5ff6aa859d0f57fe098e44a8ae5283d1
Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2016-10-09 09:56:23 -05:00 committed by Anas Nashif
commit 342e09c463
9 changed files with 15 additions and 18 deletions

View file

@ -26,8 +26,7 @@
#include <gpio.h>
#include <soc.h>
#include <sys_io.h>
#include <pinmux/frdm_k64f/pinmux_k64.h>
#include <pinmux/k64/pinmux.h>
#include "gpio_k64.h"
#include "gpio_utils.h"