aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-bsp/u-boot/u-boot/0007-configs-rcar-gen3-common-Enable-echo-command.patch
blob: fe5ab67803765ff92b94ae9d5a72dc30cda199d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From bb2193f5970ca989910df135010f39d0931c79fb Mon Sep 17 00:00:00 2001
From: Valentine Barshak <valentine.barshak@cogentembedded.com>
Date: Sat, 10 Sep 2016 05:20:07 +0300
Subject: [PATCH] configs: rcar-gen3-common: Enable echo command

This enables "echo" command, which can be used
to make U-Boot scripts more verbose.

Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
---
 include/configs/rcar-gen3-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
index bab2c2c..7b75562 100644
--- a/include/configs/rcar-gen3-common.h
+++ b/include/configs/rcar-gen3-common.h
@@ -34,6 +34,7 @@
 #define CONFIG_CMD_GPIO
 
 #define CONFIG_CMD_SOURCE
+#define CONFIG_CMD_ECHO
 
 #define CONFIG_SYS_THUMB_BUILD
 #define CONFIG_SYS_GENERIC_BOARD
-- 
1.9.3