]> git.sur5r.net Git - u-boot/blobdiff - tools/rksd.c
rockchip: Add support for rk's second level loader
[u-boot] / tools / rksd.c
index 30b149dd7b01b1107251937018d315ab902581a4..f660d562a8ee5e466cc2fd3808c5a61eeebe0d8b 100644 (file)
@@ -14,7 +14,7 @@
 #include "rkcommon.h"
 
 enum {
-       RKSD_SPL_HDR_START      = RK_CODE1_OFFSET * RK_BLK_SIZE,
+       RKSD_SPL_HDR_START      = RK_INIT_OFFSET * RK_BLK_SIZE,
        RKSD_SPL_START          = RKSD_SPL_HDR_START + 4,
        RKSD_HEADER_LEN         = RKSD_SPL_START,
 };