]> git.sur5r.net Git - u-boot/blobdiff - tools/rkcommon.h
rockchip: Add support for rk's second level loader
[u-boot] / tools / rkcommon.h
index 39b1d521efea1b975d82443f324455962054e96a..0fc1e96409b8ee630664554f81a236861793f722 100644 (file)
@@ -10,7 +10,8 @@
 
 enum {
        RK_BLK_SIZE             = 512,
-       RK_CODE1_OFFSET         = 4,
+       RK_INIT_OFFSET          = 4,
+       RK_MAX_BOOT_SIZE        = 512 << 10,
 };
 
 /**