]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/wince.h
Update from 2013.01 to 2013.07
[karo-tx-uboot.git] / include / wince.h
index 1efd14f1a61f39cdf020c0854a934cdad24e7037..68f480d7ebb84497fb21cfdebea389a5a26335e5 100644 (file)
@@ -255,7 +255,6 @@ typedef struct {
        void         *eEntryPoint;
        void         *eRamStart;
        unsigned int eRamLen;
-       ce_driver_globals *eDrvGlb;
 
        unsigned char parseState;
        unsigned int parseChkSum;
@@ -291,6 +290,7 @@ struct sockaddr_in {
 enum bootme_state {
        BOOTME_INIT,
        BOOTME_DOWNLOAD,
+       BOOTME_DEBUG_INIT,
        BOOTME_DEBUG,
        BOOTME_DONE,
        BOOTME_ERROR,