]> git.sur5r.net Git - u-boot/blobdiff - tools/rkcommon.h
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / tools / rkcommon.h
index 75a4ed653f5a65b179c2719c28247c40a1605de6..47f47a52aaf2208cca1cbf91bc1b547cd6f85af8 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2015 Google,  Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _RKCOMMON_H
@@ -10,6 +9,7 @@
 
 enum {
        RK_BLK_SIZE             = 512,
+       RK_INIT_SIZE_ALIGN      = 2048,
        RK_INIT_OFFSET          = 4,
        RK_MAX_BOOT_SIZE        = 512 << 10,
        RK_SPL_HDR_START        = RK_INIT_OFFSET * RK_BLK_SIZE,