From fee733c6b823f788b2befb6d81923e3fbcc44402 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 19 Feb 2018 16:37:15 +0100 Subject: platform-v7a: image-hd: generate a disk signature for the image The disk signature is necessary so that barebox can auto-detect the boot source and append it to the Linux command line in the 'root=' parameter. A random but fixed value will suffice for this purpose. Signed-off-by: Roland Hieber --- configs/platform-v7a/config/images/hd.config | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/platform-v7a/config/images/hd.config b/configs/platform-v7a/config/images/hd.config index 6d1fd38..03cf37a 100644 --- a/configs/platform-v7a/config/images/hd.config +++ b/configs/platform-v7a/config/images/hd.config @@ -4,6 +4,7 @@ image @IMAGE@ { hdimage { align = 1M + disk-signature = 0xdfb978e3 } @BOOTLOADER_PARTITIONS@ partition root { -- cgit v1.2.3