]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: Drop first 32kb of zeros from the rkSD image type
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 30 Aug 2015 22:55:50 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:25 +0000 (21:28 -0600)
commitdd39bcaffbc886e5948d5b6dc0a4156a8b0ba053
tree0d206f40ebcb0982b778829016b495d66d7b2e41
parent81b0618ddf449aab669b42068ad8c90f63714c14
rockchip: Drop first 32kb of zeros from the rkSD image type

Instead of creating a rockchip SPL SD card image with 32KB of zeros
which can be written to the start of an SD card, create the images with
only the useful data that should be written to an offset of 32KB on the
SD card.

The first 32 kilobytes aren't needed for bootup and only serve as
convenient way of accidentally obliterating your partition table.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
doc/README.rockchip
tools/rksd.c