diff mbox

[U-Boot] ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board

Message ID 1324552765-13148-1-git-send-email-d.mueller@elsoft.ch
State Accepted
Commit 3d3206f1d44c73bcc4ad9fd8c201cd9fcfa07be7
Headers show

Commit Message

David Müller (ELSOFT AG) Dec. 22, 2011, 11:19 a.m. UTC
Signed-off-by: David Mueller <d.mueller@elsoft.ch>

---
 include/configs/VCMA9.h    |    3 +--
 include/configs/smdk2410.h |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

Comments

David Müller (ELSOFT AG) Jan. 9, 2012, 7:23 a.m. UTC | #1
Hello

Any news?
Albert ARIBAUD Feb. 3, 2012, 7:43 p.m. UTC | #2
Hi David,

Le 09/01/2012 08:23, "David Müller (ELSOFT AG)" a écrit :
> Hello
>
> Any news?

Adding Minkyu.

Amicalement,
Minkyu Kang Feb. 6, 2012, 1:53 a.m. UTC | #3
On 4 February 2012 04:43, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote:
> Hi David,
>
> Le 09/01/2012 08:23, "David Müller (ELSOFT AG)" a écrit :
>>
>> Hello
>>
>> Any news?
>
>
> Adding Minkyu.
>
> Amicalement,
> --
> Albert.
>

Acked-by: Minkyu Kang <mk7.kang@samsung.com>

Thanks
Minkyu Kang.
Albert ARIBAUD Feb. 6, 2012, 9:53 p.m. UTC | #4
Hi David,

Le 22/12/2011 12:19, David Müller a écrit :
> Signed-off-by: David Mueller<d.mueller@elsoft.ch>
>
> ---
>   include/configs/VCMA9.h    |    3 +--
>   include/configs/smdk2410.h |    3 +--
>   2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
> index a370c15..fa00a04 100644
> --- a/include/configs/VCMA9.h
> +++ b/include/configs/VCMA9.h
> @@ -169,8 +169,7 @@
>   /* Boot Argument Buffer Size */
>   #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
>
> -/* to be activated as soon as s3c24x0 has print_cpuinfo support */
> -/*#define CONFIG_DISPLAY_CPUINFO*/			/* Display cpu info */
> +#define CONFIG_DISPLAY_CPUINFO				/* Display cpu info */
>   #define CONFIG_DISPLAY_BOARDINFO			/* Display board info */
>
>   #define CONFIG_SYS_MEMTEST_START	0x30000000	/* memtest works on */
> diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h
> index 77c0a08..877e7ca 100644
> --- a/include/configs/smdk2410.h
> +++ b/include/configs/smdk2410.h
> @@ -135,8 +135,7 @@
>   #define CONFIG_SYS_MAXARGS	16
>   #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
>
> -/* may be activated as soon as s3c24x0 has print_cpuinfo support */
> -/*#define CONFIG_DISPLAY_CPUINFO*/		/* Display cpu info */
> +#define CONFIG_DISPLAY_CPUINFO				/* Display cpu info */
>
>   #define CONFIG_SYS_MEMTEST_START	0x30000000	/* memtest works on */
>   #define CONFIG_SYS_MEMTEST_END		0x33F00000	/* 63 MB in DRAM */

Applied to u-boot-arm/master, thanks!

Amicalement,
diff mbox

Patch

diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index a370c15..fa00a04 100644
--- a/include/configs/VCMA9.h
+++ b/include/configs/VCMA9.h
@@ -169,8 +169,7 @@ 
 /* Boot Argument Buffer Size */
 #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 
-/* to be activated as soon as s3c24x0 has print_cpuinfo support */
-/*#define CONFIG_DISPLAY_CPUINFO*/			/* Display cpu info */
+#define CONFIG_DISPLAY_CPUINFO				/* Display cpu info */
 #define CONFIG_DISPLAY_BOARDINFO			/* Display board info */
 
 #define CONFIG_SYS_MEMTEST_START	0x30000000	/* memtest works on */
diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h
index 77c0a08..877e7ca 100644
--- a/include/configs/smdk2410.h
+++ b/include/configs/smdk2410.h
@@ -135,8 +135,7 @@ 
 #define CONFIG_SYS_MAXARGS	16
 #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 
-/* may be activated as soon as s3c24x0 has print_cpuinfo support */
-/*#define CONFIG_DISPLAY_CPUINFO*/		/* Display cpu info */
+#define CONFIG_DISPLAY_CPUINFO				/* Display cpu info */
 
 #define CONFIG_SYS_MEMTEST_START	0x30000000	/* memtest works on */
 #define CONFIG_SYS_MEMTEST_END		0x33F00000	/* 63 MB in DRAM */