summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2018-06-15 00:40:20 -0500
committerPraneeth Bajjuri2018-06-15 13:05:30 -0500
commitadb34553e25e4c7b93bbfe253bbc2c46ee273fff (patch)
tree3e3c32180bd87ca06443455a5b344011f2293d97
parentdcb8d2166300ae1bcc0d971d3a591a1bfc42fc89 (diff)
downloaddevice-ti-am57xevm-adb34553e25e4c7b93bbfe253bbc2c46ee273fff.tar.gz
device-ti-am57xevm-adb34553e25e4c7b93bbfe253bbc2c46ee273fff.tar.xz
device-ti-am57xevm-adb34553e25e4c7b93bbfe253bbc2c46ee273fff.zip
am57xevm: remove pru eth and icss support
remove pru eth and icss support inherited during previous android version. This should be added back ,when all of the applicable changes are ready. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--BoardConfig.mk5
-rw-r--r--device.mk2
-rw-r--r--init.am57xevmboard.rc1
3 files changed, 0 insertions, 8 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index cffbb93..c258a8b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -104,11 +104,6 @@ BOARD_VENDOR_KERNEL_MODULES += \
104 $(KERNELDIR)/drivers/media/i2c/ov1063x.ko \ 104 $(KERNELDIR)/drivers/media/i2c/ov1063x.ko \
105 $(KERNELDIR)/drivers/media/i2c/ov490.ko \ 105 $(KERNELDIR)/drivers/media/i2c/ov490.ko \
106 $(KERNELDIR)/drivers/media/i2c/tvp5158.ko \ 106 $(KERNELDIR)/drivers/media/i2c/tvp5158.ko \
107 $(KERNELDIR)/drivers/remoteproc/pruss_intc.ko \
108 $(KERNELDIR)/drivers/remoteproc/pruss.ko \
109 $(KERNELDIR)/drivers/rpmsg/rpmsg_pru.ko \
110 $(KERNELDIR)/drivers/remoteproc/pru_rproc.ko \
111 $(KERNELDIR)/drivers/net/ethernet/ti/prueth.ko
112 107
113BOARD_RECOVERY_KERNEL_MODULES += \ 108BOARD_RECOVERY_KERNEL_MODULES += \
114# $(KERNELDIR)/drivers/scsi/scsi_mod.ko \ 109# $(KERNELDIR)/drivers/scsi/scsi_mod.ko \
diff --git a/device.mk b/device.mk
index 01c854a..af45e22 100644
--- a/device.mk
+++ b/device.mk
@@ -190,5 +190,3 @@ $(call inherit-product-if-exists, hardware/ti/dra7xx/am57x.mk)
190$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/ti-jacinto6-vendor.mk) 190$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/ti-jacinto6-vendor.mk)
191$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wlan/wl12xx-wlan-fw-products.mk) 191$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wlan/wl12xx-wlan-fw-products.mk)
192$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wpan/wl12xx-wpan-fw-products.mk) 192$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wpan/wl12xx-wpan-fw-products.mk)
193$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/prueth-full_am57xevm.mk)
194$(call inherit-product-if-exists, device/ti/proprietary-open/jacinto6/pru-icss-full_am57xevm.mk)
diff --git a/init.am57xevmboard.rc b/init.am57xevmboard.rc
index 8c06a35..144e1cd 100644
--- a/init.am57xevmboard.rc
+++ b/init.am57xevmboard.rc
@@ -47,7 +47,6 @@ on property:sys.boot_completed=1
47# ov1063x.ko ov490.ko tvp5158.ko \ 47# ov1063x.ko ov490.ko tvp5158.ko \
48# gpio-pca953x.ko \ 48# gpio-pca953x.ko \
49# snd-soc-tlv320aic3x.ko \ 49# snd-soc-tlv320aic3x.ko \
50# pruss_intc.ko pruss.ko rpmsg_pru.ko pru_rproc.ko prueth.ko
51 50
52service pvrsrvinit /vendor/bin/pvrsrvctl --start 51service pvrsrvinit /vendor/bin/pvrsrvctl --start
53 class core 52 class core