Skip to content
Snippets Groups Projects
Commit c3be2793 authored by Ian Campbell's avatar Ian Campbell Committed by Hans de Goede
Browse files

sunxi: kconfig: Rename TARGET_SUN[45678]I to MACH_SUN[45678]I.


Now we have CONFIG_ARCH_SUNXI as the toplevel, CONFIG_MACH_SUN[45678]I as the
per-SoC option and leave CONFIG_TARGET_BLAH free for individual boards in the
future.

Done automatically with:
    sed -i -e 's/TARGET_\(SUN[45678]I\)/MACH_\1/g' $(git grep -l TARGET_SUN[45678]I)

Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 2c7e3b90
No related branches found
No related tags found
Loading
Showing
with 29 additions and 29 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment