summaryrefslogtreecommitdiff
path: root/board/wandboard/genimage.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'board/wandboard/genimage.cfg')
-rw-r--r--board/wandboard/genimage.cfg10
1 files changed, 8 insertions, 2 deletions
diff --git a/board/wandboard/genimage.cfg b/board/wandboard/genimage.cfg
index 24c4049dd..f5df1ff88 100644
--- a/board/wandboard/genimage.cfg
+++ b/board/wandboard/genimage.cfg
@@ -11,12 +11,18 @@ image sdcard.img {
hdimage {
}
- partition u-boot {
+ partition spl {
in-partition-table = "no"
- image = "u-boot.imx"
+ image = "SPL"
offset = 1024
}
+ partition u-boot {
+ in-partition-table = "no"
+ image = "u-boot.img"
+ offset = 70656
+ }
+
partition u-boot-env {
in-partition-table = "no"
image = "uboot-env.bin"