X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Frkcommon.h;h=47f47a52aaf2208cca1cbf91bc1b547cd6f85af8;hb=dfe5f5b97d369b0fcf24c792b0fc83661aa24afa;hp=75a4ed653f5a65b179c2719c28247c40a1605de6;hpb=2fb371ff6483227f9be74cbce17c088bec96b411;p=u-boot diff --git a/tools/rkcommon.h b/tools/rkcommon.h index 75a4ed653f..47f47a52aa 100644 --- a/tools/rkcommon.h +++ b/tools/rkcommon.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2015 Google, Inc * Written by Simon Glass - * - * 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,