diff mbox

[U-Boot,4/4,V4] CONFIG: EXYNOS5: Enable silent console

Message ID 1364885187-2237-5-git-send-email-rajeshwari.s@samsung.com
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Rajeshwari Birje April 2, 2013, 6:46 a.m. UTC
This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5.

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
---
Changes in V2:
        - None
Changes in V3:
	- None
Changes in V4:
	- None
 include/configs/exynos5250-dt.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Simon Glass May 11, 2013, 6:11 p.m. UTC | #1
On Tue, Apr 2, 2013 at 12:46 AM, Rajeshwari Shinde
<rajeshwari.s@samsung.com> wrote:
> This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5.
>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
> Acked-by: Simon Glass <sjg@chromium.org>
> ---
> Changes in V2:
>         - None
> Changes in V3:
>         - None
> Changes in V4:
>         - None
>  include/configs/exynos5250-dt.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)

Tested on snow, with a change to add the serial console info to the
device tree. Console works correctly and silent mode can be selected
from FDT as expected.

Tested-by: Simon Glass <sjg@chromium.org>

Rajeshwari, please could you send a patch to add the serial FDT nodes
to snow also?

Regards,
Simon
Rajeshwari Birje May 13, 2013, 4:21 a.m. UTC | #2
Hi Simon,

Thank you for reviewing the patches.
Will soon send a patch to add the serial FDT nodes to snow as well.

Regards,
Rajeshwari Shinde.
On Sat, May 11, 2013 at 11:41 PM, Simon Glass <sjg@chromium.org> wrote:
> On Tue, Apr 2, 2013 at 12:46 AM, Rajeshwari Shinde
> <rajeshwari.s@samsung.com> wrote:
>> This patch enables CONFIG_SILENT_CONSOLE for EXYNOS5.
>>
>> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
>> Acked-by: Simon Glass <sjg@chromium.org>
>> ---
>> Changes in V2:
>>         - None
>> Changes in V3:
>>         - None
>> Changes in V4:
>>         - None
>>  include/configs/exynos5250-dt.h |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> Tested on snow, with a change to add the serial console info to the
> device tree. Console works correctly and silent mode can be selected
> from FDT as expected.
>
> Tested-by: Simon Glass <sjg@chromium.org>
>
> Rajeshwari, please could you send a patch to add the serial FDT nodes
> to snow also?
>
> Regards,
> Simon
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 496a194..b648d6b 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -90,6 +90,8 @@ 
 		"stdout=serial,lcd\0" \
 		"stderr=serial,lcd\0"
 
+#define CONFIG_SILENT_CONSOLE
+
 #define CONFIG_EXTRA_ENV_SETTINGS \
 	EXYNOS_DEVICE_SETTINGS