]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/elftosb/common/EncoreBootImage.h
karo: cleanup after merge of v2015.10-rc2
[karo-tx-uboot.git] / tools / elftosb / common / EncoreBootImage.h
index 1e78aeed5e814bdf55eae88f368a4637d37ef8e7..ce46fe35e5b57f5fc0d5f40ef59c8db0255477e7 100644 (file)
@@ -98,8 +98,8 @@ public:
        };
        
        enum {
-               ROM_IMAGE_HEADER_SIGNATURE = 'STMP',    //!< Signature in #elftosb::EncoreBootImage::boot_image_header_t::m_signature.
-               ROM_IMAGE_HEADER_SIGNATURE2 = 'sgtl',   //!< Value for #elftosb::EncoreBootImage::boot_image_header_t::m_signature2;
+               ROM_IMAGE_HEADER_SIGNATURE = 0x504d5453, // 'STMP' Signature in #elftosb::EncoreBootImage::boot_image_header_t::m_signature.
+               ROM_IMAGE_HEADER_SIGNATURE2 = 0x6c746773, // 'sgtl' Value for #elftosb::EncoreBootImage::boot_image_header_t::m_signature2;
                ROM_BOOT_IMAGE_MAJOR_VERSION = 1,               //!< Current boot image major version.
                ROM_BOOT_IMAGE_MINOR_VERSION = 1                //!< Current boot image minor version.
        };