From 79a84b10a17a550dbe82a00fc16e986bcafb2c36 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 10 Jun 2013 00:26:51 +0000 Subject: tools: add u-boot tools This will be needed on ARM devices that need to alter their bootloader configuration, and make kernels in uImage format. It will also be useful for x86 devices that have to prepare scripts for u-boot. --- tools.morph | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools.morph') diff --git a/tools.morph b/tools.morph index 2faaca3a..4711f318 100644 --- a/tools.morph +++ b/tools.morph @@ -165,6 +165,12 @@ "repo": "upstream:screen", "ref": "baserock/morph", "build-depends": [] + }, + { + "name": "u-boot", + "repo": "upstream:u-boot", + "ref": "baserock/morph", + "build-depends": [] } ] } -- cgit v1.2.1