summaryrefslogtreecommitdiff
path: root/board/wandboard/genimage.cfg
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@e-labworks.com>2015-10-03 12:40:02 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-06 09:51:28 +0100
commit0d71ab41720b1a1afd221db9b14a05bc277f7eac (patch)
treebe22476177a3dff8e76de7f6526329fb2fbeee00 /board/wandboard/genimage.cfg
parent3fe434bf35b09ddf438392e6e5b4bc0b849495c7 (diff)
wandboard_defconfig: bump u-boot to 2015.07 and kernel to 3.14.28_1.0.0
Bump U-boot version to 2015.07 from the mainline repository. Since there is SPL support for the wandboard in the U-boot 2015.07, it is now possible to boot the same U-boot image for all wandboard variants (solo/dual/quad). Bump kernel version to 3.14.28_1.0.0 from the wandboard git repository. Tested on Wandboard Solo, Wandboard Dual and Wandboard Quad. Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Tested-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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"