]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/rksd.c
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / 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,
 };