Browse Source

i2c/i2s/spi are automatically enabled, if the driver needs it

Waldemar Brodkorb 10 years ago
parent
commit
845514696c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      package/bcm2835-bootloader/Makefile

+ 0 - 2
package/bcm2835-bootloader/Makefile

@@ -62,8 +62,6 @@ ifeq ($(ADK_KERNEL_BCM2708_DT),y)
 	printf "disable_commandline_tags=2\n" >> \
 		$(IDIR_BCM2835_BOOTLOADER)/boot/config.txt
 ifneq ($(ADK_KERNEL_SND_BCM2708_SOC_RPI_PROTO),)
-	printf "dtparam=i2c=on,i2s=on,spi=on\n" >> \
-		$(IDIR_BCM2835_BOOTLOADER)/boot/config.txt
 	printf "dtoverlay=rpi-proto\n" >> \
 		$(IDIR_BCM2835_BOOTLOADER)/boot/config.txt
 endif