summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-04-26 08:05:22 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-04-26 08:26:09 +0200
commite98d3097ce0e8a2d1c1bbc62353463872da53d8a (patch)
treea514c631acf5b421a78e93482ad1f90f2b66d542 /configs
parent18eaac17bf76f5b1cba0ee5ca42137b23047f476 (diff)
downloadDistroKit-e98d3097ce0e8a2d1c1bbc62353463872da53d8a.tar.gz
DistroKit-e98d3097ce0e8a2d1c1bbc62353463872da53d8a.tar.xz
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 <rhi@pengutronix.de> Link: https://lore.pengutronix.de/20210426060526.32029-1-rhi@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/config/images/vexpress-nor.config6
1 files changed, 3 insertions, 3 deletions
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 {