• Luciano Coelho's avatar
    wl12xx: move partition table definition to io.c · 0becb14a
    Luciano Coelho authored
    Up till now we only needed to access the partition table in boot.c.
    But to add support for reading the MAC address from the FUSE in
    testmode, we will have to change the partition in testmode.c.
    
    Thus, we move the partition table to io.c and export it via io.h.  It
    makes more sense to have it in the io part anyway.
    Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
    0becb14a
io.c 6.21 KB