Pārlūkot izejas kodu

rb532: increase kernel size limit

This is required to support kernel 4.9.

Signed-off-by: Roman Yeryomin <[email protected]>
[rewrite commit message (subject <= 50 characters)]
Signed-off-by: Stijn Tintel <[email protected]>
Roman Yeryomin 8 gadi atpakaļ
vecāks
revīzija
87d3b3b5ff
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      target/linux/rb532/image/Makefile

+ 1 - 1
target/linux/rb532/image/Makefile

@@ -85,7 +85,7 @@ define Image/Build
 	$(CP) $(KDIR)/vmlinux.elf $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel
 	$(STAGING_DIR_HOST)/bin/patch-cmdline $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel 'root=/dev/sda2 '
 	./gen_image.sh $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).bin \
-		5 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \
+		6 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \
 		$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) \
 		128
 endef