mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: xburst: trivial patches
@ 2014-09-12 12:52 Antony Pavlov
  2014-09-12 12:52 ` [PATCH 1/2] MIPS: xburst: Kconfig: add comment Antony Pavlov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Antony Pavlov @ 2014-09-12 12:52 UTC (permalink / raw)
  To: barebox

Antony Pavlov (2):
  MIPS: xburst: Kconfig: add comment
  MIPS: ritmix-rzx50_defconfig: update DEBUG_LL; enable IMD

 arch/mips/configs/ritmix-rzx50_defconfig | 3 ++-
 arch/mips/mach-xburst/Kconfig            | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.1.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] MIPS: xburst: Kconfig: add comment
  2014-09-12 12:52 [PATCH 0/2] MIPS: xburst: trivial patches Antony Pavlov
@ 2014-09-12 12:52 ` Antony Pavlov
  2014-09-12 12:52 ` [PATCH 2/2] MIPS: ritmix-rzx50_defconfig: update DEBUG_LL; enable IMD Antony Pavlov
  2014-09-15  5:22 ` [PATCH 0/2] MIPS: xburst: trivial patches Sascha Hauer
  2 siblings, 0 replies; 4+ messages in thread
From: Antony Pavlov @ 2014-09-12 12:52 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/mach-xburst/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/mach-xburst/Kconfig b/arch/mips/mach-xburst/Kconfig
index df2539a..fd106fe 100644
--- a/arch/mips/mach-xburst/Kconfig
+++ b/arch/mips/mach-xburst/Kconfig
@@ -58,4 +58,4 @@ config JZ47XX_DEBUG_LL_UART4
 endchoice
 endif # DEBUG_LL
 
-endif
+endif # MACH_MIPS_XBURST
-- 
2.1.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] MIPS: ritmix-rzx50_defconfig: update DEBUG_LL; enable IMD
  2014-09-12 12:52 [PATCH 0/2] MIPS: xburst: trivial patches Antony Pavlov
  2014-09-12 12:52 ` [PATCH 1/2] MIPS: xburst: Kconfig: add comment Antony Pavlov
@ 2014-09-12 12:52 ` Antony Pavlov
  2014-09-15  5:22 ` [PATCH 0/2] MIPS: xburst: trivial patches Sascha Hauer
  2 siblings, 0 replies; 4+ messages in thread
From: Antony Pavlov @ 2014-09-12 12:52 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/configs/ritmix-rzx50_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/mips/configs/ritmix-rzx50_defconfig b/arch/mips/configs/ritmix-rzx50_defconfig
index fb67014..0814883 100644
--- a/arch/mips/configs/ritmix-rzx50_defconfig
+++ b/arch/mips/configs/ritmix-rzx50_defconfig
@@ -1,7 +1,7 @@
 CONFIG_BUILTIN_DTB=y
 CONFIG_BUILTIN_DTB_NAME="rzx50"
 CONFIG_MACH_MIPS_XBURST=y
-CONFIG_JZ4750D_DEBUG_LL_UART1=y
+CONFIG_JZ47XX_DEBUG_LL_UART1=y
 CONFIG_PBL_IMAGE=y
 CONFIG_BAUDRATE=57600
 CONFIG_GLOB=y
@@ -12,6 +12,7 @@ CONFIG_AUTO_COMPLETE=y
 CONFIG_DEBUG_LL=y
 CONFIG_LONGHELP=y
 CONFIG_CMD_IOMEM=y
+CONFIG_CMD_IMD=y
 CONFIG_CMD_MEMINFO=y
 CONFIG_CMD_BOOTM_SHOW_TYPE=y
 CONFIG_CMD_BOOTM_VERBOSE=y
-- 
2.1.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] MIPS: xburst: trivial patches
  2014-09-12 12:52 [PATCH 0/2] MIPS: xburst: trivial patches Antony Pavlov
  2014-09-12 12:52 ` [PATCH 1/2] MIPS: xburst: Kconfig: add comment Antony Pavlov
  2014-09-12 12:52 ` [PATCH 2/2] MIPS: ritmix-rzx50_defconfig: update DEBUG_LL; enable IMD Antony Pavlov
@ 2014-09-15  5:22 ` Sascha Hauer
  2 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2014-09-15  5:22 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Fri, Sep 12, 2014 at 04:52:22PM +0400, Antony Pavlov wrote:
> Antony Pavlov (2):
>   MIPS: xburst: Kconfig: add comment
>   MIPS: ritmix-rzx50_defconfig: update DEBUG_LL; enable IMD

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-15  5:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-12 12:52 [PATCH 0/2] MIPS: xburst: trivial patches Antony Pavlov
2014-09-12 12:52 ` [PATCH 1/2] MIPS: xburst: Kconfig: add comment Antony Pavlov
2014-09-12 12:52 ` [PATCH 2/2] MIPS: ritmix-rzx50_defconfig: update DEBUG_LL; enable IMD Antony Pavlov
2014-09-15  5:22 ` [PATCH 0/2] MIPS: xburst: trivial patches Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox