summaryrefslogtreecommitdiff
path: root/package/bcm28xx-bootloader
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-22 15:30:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-22 15:33:37 +0100
commit5c126258230b2490133ef2f6f9fffb1a6a4e6053 (patch)
tree51bc665a8b653a4ff675bdec1b782febd6526104 /package/bcm28xx-bootloader
parentf7e85105e77f72a1d779d9dd64231970bb91d3e0 (diff)
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
Diffstat (limited to 'package/bcm28xx-bootloader')
-rw-r--r--package/bcm28xx-bootloader/Makefile18
1 files changed, 0 insertions, 18 deletions
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