Remove HALs that are not yet supported

BUG: 26512598
Change-Id: Id5c856accb91925f95d6c402c984753aaad9bade
diff --git a/BoardConfig.mk b/BoardConfig.mk
index abfe0c4..55b6f6b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -17,14 +17,6 @@
 # Select the SoC.
 $(call set_soc, imagination, fs1130)
 
-# Add WiFi controller
-$(call add_peripheral, imagination, wifi/uccp420)
-# Add Bluetooth controller
-$(call add_peripheral, imagination, bluetooth/bcsp)
-
-$(call add_peripheral, imagination, audio/fs1130)
-$(call add_peripheral, imagination, light/creatorci41)
-
 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
 BOARD_USERDATAIMAGE_PARTITION_SIZE := 134217728
 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456