mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
4638b21f2e
The current pinmux handling has spread throughout Blackfin drivers and board code and is getting hideous to maintain. So import the gpio and portmux layer from the Blackfin Linux code. This should spur a serious of cleanups across the Blackfin tree. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6 lines
120 B
C
6 lines
120 B
C
#include "gpio.h"
|
|
#include "mem_map.h"
|
|
#include "portmux.h"
|
|
#include "ports.h"
|
|
|
|
#define CONFIG_BF52x 1 /* Linux glue */
|