]> git.sur5r.net Git - u-boot/blobdiff - include/spl.h
SPL: make struct spl_image 64-bit safe
[u-boot] / include / spl.h
index 6e746b2046120a4cf2b6139e348c7373e6f6e3dc..bde44374eac2bec0c5f09bbfd0b8d5173e9df7c0 100644 (file)
@@ -23,8 +23,8 @@
 struct spl_image_info {
        const char *name;
        u8 os;
-       u32 load_addr;
-       u32 entry_point;
+       ulong load_addr;
+       ulong entry_point;
        u32 size;
        u32 flags;
 };