[U-Boot] [PATCH v5 39/41] rockchip: Drop first 32kb of zeros from the rkSD image type

Simon Glass sjg at chromium.org
Thu Sep 3 20:00:43 CEST 2015


On 30 August 2015 at 16:55, Simon Glass <sjg at chromium.org> wrote:
> From: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
>
> 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 at collabora.co.uk>
> Acked-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  doc/README.rockchip | 2 +-
>  tools/rksd.c        | 9 ++-------
>  2 files changed, 3 insertions(+), 8 deletions(-)

Applied to u-boot-rockchip, thanks!


More information about the U-Boot mailing list