summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/platform.mk
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-11-09 21:31:13 +0000
committerAndre Przywara <andre.przywara@arm.com>2016-11-10 00:09:52 +0000
commitef4454b4da54b95f67bfc91c35f261974aac3d3f (patch)
tree32183d8fd1839792833ea517ea5ea0604da810fb /plat/sun50iw1p1/platform.mk
parentac123692b2f6db46bcae6ec0ea14d309051b9b9c (diff)
sunxi: remove unused GPIO code
Allwinner provided code for setting up the pinmux configuration. Only that this code has no user, so we can completely remove it.
Diffstat (limited to 'plat/sun50iw1p1/platform.mk')
-rw-r--r--plat/sun50iw1p1/platform.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/plat/sun50iw1p1/platform.mk b/plat/sun50iw1p1/platform.mk
index 34fa2b1..b788f81 100644
--- a/plat/sun50iw1p1/platform.mk
+++ b/plat/sun50iw1p1/platform.mk
@@ -33,9 +33,7 @@ PLAT_INCLUDES := -Iplat/sun50iw1p1/include/
PLAT_BL_COMMON_SOURCES := lib/aarch64/xlat_tables.c \
plat/common/aarch64/plat_common.c \
- plat/sun50iw1p1/drivers/uart/uart.c \
- plat/sun50iw1p1/drivers/gpio/gpio.c
-
+ plat/sun50iw1p1/drivers/uart/uart.c
BL31_SOURCES += drivers/arm/gic/arm_gic.c \