summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-bsp/u-boot/u-boot/0008-configs-rcar-gen3-common-Enable-setexpr-command.patch
blob: 34e0942a62cfb03c0f3338674c05d6cc5f8aaef4 (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 d26edbbf50868a39e840c5f775a9e48f063ec638 Mon Sep 17 00:00:00 2001
From: Valentine Barshak <valentine.barshak@cogentembedded.com>
Date: Tue, 20 Sep 2016 23:20:15 +0300
Subject: [PATCH] configs: rcar-gen3-common: Enable setexpr command

This enables "setexpr" command, which can be used
to evaluate expressions.

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 7b75562..aaeaf57 100644
--- a/include/configs/rcar-gen3-common.h
+++ b/include/configs/rcar-gen3-common.h
@@ -35,6 +35,7 @@
 
 #define CONFIG_CMD_SOURCE
 #define CONFIG_CMD_ECHO
+#define CONFIG_CMD_SETEXPR
 
 #define CONFIG_SYS_THUMB_BUILD
 #define CONFIG_SYS_GENERIC_BOARD
-- 
1.9.3