diff options
author | Masahiro Yamada | 2015-09-22 00:27:34 +0900 |
---|---|---|
committer | Masahiro Yamada | 2015-09-25 00:27:53 +0900 |
commit | 8497ccc4c23beae38130489d85c97ae38058f20b (patch) | |
tree | 9becb4f338637b145b31606c4e157e320a788987 /configs/ph1_sld3_defconfig | |
parent | c8df23cf33571eda2cc22277a8f448e6221f8409 (diff) |
ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_*
I want these prefixed with CONFIG_ARCH_UNIPHIER_ to clarify
they belong to UniPhier SoC family.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/ph1_sld3_defconfig')
-rw-r--r-- | configs/ph1_sld3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ph1_sld3_defconfig b/configs/ph1_sld3_defconfig index 79ce0e28cde..4b871d0ebd5 100644 --- a/configs/ph1_sld3_defconfig +++ b/configs/ph1_sld3_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_UNIPHIER=y -CONFIG_MACH_PH1_SLD3=y +CONFIG_ARCH_UNIPHIER_PH1_SLD3=y CONFIG_MICRO_SUPPORT_CARD=y CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-sld3-ref" |