From d095af3705c28449b296d1b7a3d625c1e83b81ad Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Fri, 29 Nov 2019 19:49:08 +0000 Subject: [PATCH] Raspberry Pi: Add U-Boot version to image boot partition Changelog: Title Signed-off-by: Mirza Krak --- configs/raspberrypi_config | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/raspberrypi_config b/configs/raspberrypi_config index 655fc34..f3951f6 100644 --- a/configs/raspberrypi_config +++ b/configs/raspberrypi_config @@ -64,6 +64,7 @@ function platform_modify() { run_and_log_cmd "sudo cp work/rpi/binaries/u-boot.bin work/boot/${RASPBERRYPI_BOOTLOADER_IMAGE}" run_and_log_cmd "sudo cp work/rpi/binaries/boot.scr work/boot" run_and_log_cmd "sudo cp work/rpi/binaries/fw_env.config work/rootfs/etc/" + run_and_log_cmd "sudo cp work/rpi/binaries/uboot-git-log.txt work/boot" # Raspberry Pi applications expect to find this on the device and in some # cases parse the options to determinate functionality.