]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/rkcommon.h
buildman: Fix bloat option when 'new' only drops functions
[people/ms/u-boot.git] / tools / rkcommon.h
index 75a4ed653f5a65b179c2719c28247c40a1605de6..8790f1ceab070b3a4bd9c1d2f4df069d7e80e54a 100644 (file)
@@ -10,6 +10,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,