]> Git Repo - J-u-boot.git/blobdiff - include/image.h
common: Move the image globals into image.h
[J-u-boot.git] / include / image.h
index 86ebaae4fe34010b51dadb51014b857ce4fa20b8..3649644cf1d35ca541cbfaee02acdbc87413f38f 100644 (file)
@@ -112,6 +112,10 @@ struct fdt_region;
 # define IMAGE_OF_SYSTEM_SETUP 0
 #endif
 
+extern ulong image_load_addr;          /* Default Load Address */
+extern ulong image_save_addr;          /* Default Save Address */
+extern ulong image_save_size;          /* Default Save Size */
+
 enum ih_category {
        IH_ARCH,
        IH_COMP,
This page took 0.027511 seconds and 4 git commands to generate.