From ef4454b4da54b95f67bfc91c35f261974aac3d3f Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Wed, 9 Nov 2016 21:31:13 +0000 Subject: 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. --- plat/sun50iw1p1/platform.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plat/sun50iw1p1/platform.mk') 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 \ -- cgit v1.2.3