Commit cf01e958 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed ENV_SIZE for Raspberry Pi 4 to match with mender requirements

parent 58317596
...@@ -443,6 +443,7 @@ rpi4b-mender: rpi4b-boot-cmd-mender rpi4b-fw_env.config-mender rpi4b-config-mend ...@@ -443,6 +443,7 @@ rpi4b-mender: rpi4b-boot-cmd-mender rpi4b-fw_env.config-mender rpi4b-config-mend
$(MAKE) -C u-boot-2020.04 rpi_4_defconfig $(MAKE) -C u-boot-2020.04 rpi_4_defconfig
@echo "CONFIG_ARCH_FIXUP_FDT_MEMORY=y" >> u-boot-2020.04/.config @echo "CONFIG_ARCH_FIXUP_FDT_MEMORY=y" >> u-boot-2020.04/.config
@echo "CONFIG_NR_DRAM_BANKS=4" >> u-boot-2020.04/.config @echo "CONFIG_NR_DRAM_BANKS=4" >> u-boot-2020.04/.config
@echo "CONFIG_ENV_SIZE=0x20000" >> u-boot-2020.04/.config
@echo "# CONFIG_ENV_IS_NOWHERE is not set" >> u-boot-2020.04/.config @echo "# CONFIG_ENV_IS_NOWHERE is not set" >> u-boot-2020.04/.config
@echo "# CONFIG_ENV_IS_IN_FAT is not set" >> u-boot-2020.04/.config @echo "# CONFIG_ENV_IS_IN_FAT is not set" >> u-boot-2020.04/.config
@echo "CONFIG_ENV_IS_IN_MMC=y" >> u-boot-2020.04/.config @echo "CONFIG_ENV_IS_IN_MMC=y" >> u-boot-2020.04/.config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment