struct startup_info_box

Contains the following:

struct startup_info_box {
    struct startup_info_hdr     hdr;
    unsigned char               boxtype;
    unsigned char               bustype;
    unsigned char               spare [2];
};

Contains the boxtype and bustype information. For valid values, please see the chapter on Customizing Image Startup Programs.

The spare fields are reserved and must be zero.