]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/qe/uec.h
drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
[people/ms/u-boot.git] / drivers / qe / uec.h
index 414982cdec9ae0d5f67739541710484c4fbfb1cd..4fd10962c92172979559a5cc0ff1b8702bf9a211 100644 (file)
@@ -654,8 +654,8 @@ typedef struct uec_info {
        ucc_fast_info_t                 uf_info;
        uec_num_of_threads_e            num_threads_tx;
        uec_num_of_threads_e            num_threads_rx;
-       qe_risc_allocation_e            risc_tx;
-       qe_risc_allocation_e            risc_rx;
+       unsigned int                    risc_tx;
+       unsigned int                    risc_rx;
        u16                             rx_bd_ring_len;
        u16                             tx_bd_ring_len;
        u8                              phy_address;