From 5132a3c2f240e6fd0706499f4fde897f736dc512 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Wed, 13 Jan 2010 13:50:26 +0900 Subject: [PATCH] s5p6442: smdk6442: Enable boot & serial Signed-off-by: Joonyoung Shim --- cpu/arm1176/start.S | 2 ++ include/configs/smdk6442.h | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cpu/arm1176/start.S b/cpu/arm1176/start.S index e48999e..cdb2c93 100644 --- a/cpu/arm1176/start.S +++ b/cpu/arm1176/start.S @@ -192,10 +192,12 @@ mmu_disable: #endif mmu_disable_phys: +#if 0 /* Peri port setup */ ldr r0, =0x70000000 orr r0, r0, #0x13 mcr p15,0,r0,c15,c2,4 @ 256M (0x70000000 - 0x7fffffff) +#endif /* * Go setup Memory and board specific bits prior to relocation. diff --git a/include/configs/smdk6442.h b/include/configs/smdk6442.h index 9f544ae..23bbb3f 100644 --- a/include/configs/smdk6442.h +++ b/include/configs/smdk6442.h @@ -65,7 +65,7 @@ * select serial console configuration */ #define CONFIG_SERIAL_MULTI 1 -#define CONFIG_SERIAL2 1 /* we use SERIAL 2 on S5PC100 */ +#define CONFIG_SERIAL1 1 /* we use SERIAL 1 on S5P6442 */ #if 0 /* MMC */ @@ -103,7 +103,9 @@ #undef CONFIG_CMD_NET #define CONFIG_CMD_CACHE #define CONFIG_CMD_REGINFO +#if 0 #define CONFIG_CMD_ONENAND +#endif #define CONFIG_CMD_MTDPARTS #if 0 #define CONFIG_CMD_I2C @@ -268,7 +270,11 @@ /* OneNAND IPL uses 8KiB */ #define CONFIG_ONENAND_START_PAGE 4 +#if 0 #define CONFIG_ENV_IS_IN_ONENAND 1 +#else +#define CONFIG_ENV_IS_NOWHERE 1 +#endif #define CONFIG_ENV_SIZE (256 << 10) /* 256 KiB, 0x40000 */ #define CONFIG_ENV_ADDR (256 << 10) /* 256 KiB, 0x40000 */ #define CONFIG_ENV_OFFSET (256 << 10) /* 256 KiB, 0x40000 */ -- 2.7.4