From 0c5557c257b36e8456ab5c0d8473e9505534c424 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 4 Feb 2024 18:31:58 +0100 Subject: auto start the linux kernel --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index e7b7356..c75fb11 100644 --- a/makefile +++ b/makefile @@ -55,10 +55,13 @@ bootloader/.config: state/submodules state/container_img .PHONY: build_bootloader build_bootloader: bootloader/.config state/container_img $(CTRIZE) $(MAKE) -C bootloader +uboot.env: uboot.txt + $(CTRIZE) bootloader/tools/mkenvimage -p 0x00 -s 0x20000 -o $@ $< # NOTE: MLO MUST be copied first BOOTLOADER_FILES += bootloader/MLO BOOTLOADER_FILES += bootloader/u-boot.img BOOTLOADER_FILES += bootloader/u-boot.dtb +BOOTLOADER_FILES += uboot.env $(BOOTLOADER_FILES): build_bootloader kernel/.config: state/submodules state/container_img -- cgit v1.2.3