summaryrefslogtreecommitdiffstats
path: root/board/linksprite/pcduino
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-07-02 13:17:07 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-02 13:19:12 +0200
commitbc0eab7d1d4889200c7ebc6b3b7141d0b791ad91 (patch)
tree0d68d1426c320168c01adeac41610319b9781e67 /board/linksprite/pcduino
parent42c882ba21f72dcc9315a926eccc67587630704e (diff)
downloadbuildroot-bc0eab7d1d4889200c7ebc6b3b7141d0b791ad91.tar.gz
buildroot-bc0eab7d1d4889200c7ebc6b3b7141d0b791ad91.zip
pcduino: Accommodate U-Boot environment on SD-card
As described by http://linux-sunxi.org/Bootable_SD_card#SD_Card_Layout The space betweem 544KB..1MB is reserved / used for the u-boot environment, so mark it as such to make sure genimage doesn't put other partitions here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board/linksprite/pcduino')
-rw-r--r--board/linksprite/pcduino/genimage.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/linksprite/pcduino/genimage.cfg b/board/linksprite/pcduino/genimage.cfg
index 0ff043415c..9cbc383d44 100644
--- a/board/linksprite/pcduino/genimage.cfg
+++ b/board/linksprite/pcduino/genimage.cfg
@@ -25,6 +25,7 @@ image sdcard.img {
in-partition-table = "no"
image = "u-boot-sunxi-with-spl.bin"
offset = 8192
+ size = 1040384 # 1MB - 8192
}
partition boot {
OpenPOWER on IntegriCloud