diff options
author | Antony Pavlov <antonynpavlov@gmail.com> | 2014-09-12 16:52:23 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2014-09-15 07:22:25 +0200 |
commit | 981306940596703db44a1ffce721c1c8c3f7ea56 (patch) | |
tree | c869df572a197fb87d62b17ea45069a3e38266b2 /arch/mips | |
parent | d58b48bd889065f9f8b3ee6b88c871e5107f4891 (diff) | |
download | barebox-981306940596703db44a1ffce721c1c8c3f7ea56.tar.gz |
MIPS: xburst: Kconfig: add comment
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/mach-xburst/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-xburst/Kconfig b/arch/mips/mach-xburst/Kconfig index f4a64c6823..2598c41cdf 100644 --- a/arch/mips/mach-xburst/Kconfig +++ b/arch/mips/mach-xburst/Kconfig @@ -57,4 +57,4 @@ config JZ47XX_DEBUG_LL_UART4 endchoice endif # DEBUG_LL -endif +endif # MACH_MIPS_XBURST |