All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM Kindle3 defconfig: enable MMU
@ 2019-03-17 11:22 Alexander Kurz
  2019-03-17 11:22 ` [PATCH 2/2] ARM Kindle3: switch on pull-ups for fiveway device Alexander Kurz
  2019-03-18  8:52 ` [PATCH 1/2] ARM Kindle3 defconfig: enable MMU Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kurz @ 2019-03-17 11:22 UTC (permalink / raw)
  To: barebox, Sascha Hauer; +Cc: Alexander Kurz

From: Alexander Kurz <akurz@blala.de>

With the MMU enabled, a memtest runs 14 times faster.

Signed-off-by: Alexander Kurz <akurz@blala.de>
---
 arch/arm/configs/kindle3_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/kindle3_defconfig b/arch/arm/configs/kindle3_defconfig
index a4e08dfad..98691c3a8 100644
--- a/arch/arm/configs/kindle3_defconfig
+++ b/arch/arm/configs/kindle3_defconfig
@@ -2,7 +2,6 @@ CONFIG_ARCH_IMX=y
 CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x30000
 CONFIG_MACH_KINDLE3=y
 CONFIG_IMX_IIM=y
-CONFIG_ARCH_IMX_USBLOADER=y
 CONFIG_AEABI=y
 CONFIG_ARM_BOARD_APPEND_ATAG=y
 CONFIG_ARM_BOARD_PREPEND_ATAG=y
@@ -10,6 +9,7 @@ CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
 CONFIG_PBL_IMAGE=y
 CONFIG_PBL_RELOCATABLE=y
 CONFIG_IMAGE_COMPRESSION_XZKERN=y
+CONFIG_MMU=y
 CONFIG_MALLOC_SIZE=0x2000000
 CONFIG_MALLOC_TLSF=y
 CONFIG_RELOCATABLE=y
@@ -64,3 +64,4 @@ CONFIG_FS_EXT4=y
 CONFIG_FS_FAT=y
 CONFIG_FS_FAT_WRITE=y
 CONFIG_FS_FAT_LFN=y
+CONFIG_ARCH_IMX_USBLOADER=y
-- 
2.11.0


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

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

end of thread, other threads:[~2019-03-18  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-17 11:22 [PATCH 1/2] ARM Kindle3 defconfig: enable MMU Alexander Kurz
2019-03-17 11:22 ` [PATCH 2/2] ARM Kindle3: switch on pull-ups for fiveway device Alexander Kurz
2019-03-18  8:52 ` [PATCH 1/2] ARM Kindle3 defconfig: enable MMU Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.