From e98d3097ce0e8a2d1c1bbc62353463872da53d8a Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 26 Apr 2021 08:05:22 +0200 Subject: v7a: image-vexpress: convert hex numbers to human-readable sizes genimage already supports human-readable syntax, which makes the config easier to understand. Signed-off-by: Roland Hieber Link: https://lore.pengutronix.de/20210426060526.32029-1-rhi@pengutronix.de Signed-off-by: Robert Schwebel --- configs/platform-v7a/config/images/vexpress-nor.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/platform-v7a/config/images/vexpress-nor.config b/configs/platform-v7a/config/images/vexpress-nor.config index 7711851..790ee5f 100644 --- a/configs/platform-v7a/config/images/vexpress-nor.config +++ b/configs/platform-v7a/config/images/vexpress-nor.config @@ -10,14 +10,14 @@ image @IMAGE@ { partition barebox-environment { /* empty environment -> use barebox builtin */ image = barebox-zero-env-vexpress - offset = 0x80000 /* 512 KiB */ + offset = 512K in-partition-table = false } partition barebox-state { image = /dev/null - offset = 0x100000 /* 1 MiB */ + offset = 1M in-partition-table = false - size = 0x100000 /* 1 MiB */ + size = 1M } /* expand image size to 64 MiB; dummy size, results in 0 bytes length */ partition end { -- cgit v1.2.3