Re: [U-Boot] [PATCH] ARM: UniPhier: make pinmon command optional

2014-10-28 Thread Masahiro YAMADA
2014-10-20 20:45 GMT+09:00 Masahiro Yamada : > Add CONFIG_CMD_PINMON to UniPhier-specific Kconfig and make the > "pinmon" command user-configurable. This command can be disabled > via the configuration if users do not need it. > > Signed-off-by: Masahiro Yamada > --- Applied to u-boot-uniphier/

[U-Boot] [PATCH] ARM: UniPhier: make pinmon command optional

2014-10-20 Thread Masahiro Yamada
Add CONFIG_CMD_PINMON to UniPhier-specific Kconfig and make the "pinmon" command user-configurable. This command can be disabled via the configuration if users do not need it. Signed-off-by: Masahiro Yamada --- arch/arm/cpu/armv7/uniphier/Kconfig | 9 + arch/arm/cpu/armv7/uniphier/Make