summaryrefslogtreecommitdiffstats
path: root/configs/A10-OLinuXino-Lime_defconfig
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2014-10-24 21:20:45 +0100
committerHans de Goede <hdegoede@redhat.com>2014-11-05 13:09:57 +0100
commitc3be279322301a983ab37b05f6748ceabf4b7aa3 (patch)
tree33c8fc8df844ddefc7837828dd5f28242e7af384 /configs/A10-OLinuXino-Lime_defconfig
parent2c7e3b90468535ed7b31bd070c662b47f51db6fd (diff)
downloadblackbird-obmc-uboot-c3be279322301a983ab37b05f6748ceabf4b7aa3.tar.gz
blackbird-obmc-uboot-c3be279322301a983ab37b05f6748ceabf4b7aa3.zip
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: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/A10-OLinuXino-Lime_defconfig')
-rw-r--r--configs/A10-OLinuXino-Lime_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/A10-OLinuXino-Lime_defconfig b/configs/A10-OLinuXino-Lime_defconfig
index 816ffb56b5..be989ebd79 100644
--- a/configs/A10-OLinuXino-Lime_defconfig
+++ b/configs/A10-OLinuXino-Lime_defconfig
@@ -3,4 +3,4 @@ CONFIG_SYS_EXTRA_OPTIONS="A10_OLINUXINO_L,AXP209_POWER,SUNXI_EMAC,AHCI,SATAPWR=S
CONFIG_FDTFILE="sun4i-a10-olinuxino-lime.dtb"
+S:CONFIG_ARM=y
+S:CONFIG_ARCH_SUNXI=y
-+S:CONFIG_TARGET_SUN4I=y
++S:CONFIG_MACH_SUN4I=y
OpenPOWER on IntegriCloud