From 5c126258230b2490133ef2f6f9fffb1a6a4e6053 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 22 Feb 2017 15:30:55 +0100 Subject: raspberry-pi3: fix mini.config bootup - cmdline.txt is not required with full device tree capable kernel - force 270x option for mkknlimg trailer - we need ext4 filesystem support in the kernel other filesystems are rarely used at the moment - ATAGS and CMDLINE_FROM_BOOTLOADER not required with device tree capable kernel - overlay dtb files are renamed to dtbo suffix --- package/bcm28xx-bootloader/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'package/bcm28xx-bootloader') diff --git a/package/bcm28xx-bootloader/Makefile b/package/bcm28xx-bootloader/Makefile index 3a4a99c51..a7909ca15 100644 --- a/package/bcm28xx-bootloader/Makefile +++ b/package/bcm28xx-bootloader/Makefile @@ -34,27 +34,9 @@ CONFIG_STYLE:= manual BUILD_STYLE:= manual INSTALL_STYLE:= manual -CMDLINE:=root=/dev/mmcblk0p2 rootfstype=ext4 rootwait -ifeq ($(ADK_APPLIANCE_KODI),y) -CMDLINE+=consoleblank=0 vt.global_cursor_default=0 -endif -ifeq ($(ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_ONLY),y) -CMDLINE+=console=ttyAMA0,$(ADK_RUNTIME_CONSOLE_SERIAL_SPEED) -endif -ifeq ($(ADK_RUNTIME_VERBOSE_KERNEL_VGA_ONLY),y) -CMDLINE+=console=$(ADK_RUNTIME_CONSOLE_VGA_DEVICE) -endif -ifeq ($(ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_VGA),y) -CMDLINE+=console=ttyAMA0,$(ADK_RUNTIME_CONSOLE_SERIAL_SPEED) console=$(ADK_RUNTIME_CONSOLE_VGA_DEVICE) -endif -ifeq ($(ADK_RUNTIME_VERBOSE_KERNEL_VGA_SERIAL),y) -CMDLINE+=console=$(ADK_RUNTIME_CONSOLE_VGA_DEVICE) console=ttyAMA0,$(ADK_RUNTIME_CONSOLE_SERIAL_SPEED) -endif - do-install: $(INSTALL_DIR) $(IDIR_BCM28XX_BOOTLOADER)/boot $(CP) $(WRKBUILD)/boot/bootcode.bin $(IDIR_BCM28XX_BOOTLOADER)/boot/ - printf "$(CMDLINE)\n" > $(IDIR_BCM28XX_BOOTLOADER)/boot/cmdline.txt printf "kernel=kernel\n" > $(IDIR_BCM28XX_BOOTLOADER)/boot/config.txt printf "dtparam=audio,i2s,spi,i2c\n" >> \ $(IDIR_BCM28XX_BOOTLOADER)/boot/config.txt -- cgit v1.2.3