diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-04 13:06:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-02-04 13:06:36 +0100 |
commit | 845514696c95e2dbab6fb1bd437f39ac013a265d (patch) | |
tree | f942f42ab712810bdc549b0fe8469086c956c3e0 /package | |
parent | 7c71cc32dfe3162e5df644f46fc5405128aad885 (diff) |
i2c/i2s/spi are automatically enabled, if the driver needs it
Diffstat (limited to 'package')
-rw-r--r-- | package/bcm2835-bootloader/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/bcm2835-bootloader/Makefile b/package/bcm2835-bootloader/Makefile index b119c0c14..168c00e3c 100644 --- a/package/bcm2835-bootloader/Makefile +++ b/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 |