diff options
author | Tom Rini <trini@ti.com> | 2014-11-03 12:43:42 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-03 12:43:42 -0500 |
commit | a8b972bfa82c0391aaba809f29e351507fd28215 (patch) | |
tree | 3d8361220256d45bc0bdc7225f40b225ab6b5e7e /arch/arm/cpu/armv7/uniphier/Kconfig | |
parent | 130aec779ad9a2e28dc9d42ca5b367b957f311d7 (diff) | |
parent | d9bc8fd1cb35feb2802ac1d4d39a1deabf0c3d79 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'arch/arm/cpu/armv7/uniphier/Kconfig')
-rw-r--r-- | arch/arm/cpu/armv7/uniphier/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/uniphier/Kconfig b/arch/arm/cpu/armv7/uniphier/Kconfig index 524b193e58..f013dc3cad 100644 --- a/arch/arm/cpu/armv7/uniphier/Kconfig +++ b/arch/arm/cpu/armv7/uniphier/Kconfig @@ -23,4 +23,13 @@ config MACH_PH1_SLD8 endchoice +config CMD_PINMON + bool "Enable boot mode pins monitor command" + depends on !SPL_BUILD + default y + help + The command "pinmon" shows the state of the boot mode pins. + The boot mode pins are latched when the system reset is deasserted + and determine which device the system should load a boot image from. + endmenu |