Skip to content
  • David Brownell's avatar
    target: target_get_name() --> target_type_name() · b715a81f
    David Brownell authored
    
    
    There are two names that may matter on a per-target basis.
    One is a per-instance name (for example, "at91sam7s.cpu").
    The other is the name of its type (for example, "arm7tdmi"),
    which is shared among multiple targets.
    
    Currently target_get_name() returns the type name, which is
    misleading and is rarely appropriate for target diagnostics.
    Rename that as target_type_name().
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    b715a81f