summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXindong Xu <xindong.xu@amlogic.com>2018-07-09 13:56:13 +0800
committerDongjin Kim <tobetter@gmail.com>2018-11-08 14:57:22 +0900
commit02c1249a8bff32a777f64bb455d60df3971b147a (patch)
tree8b17c547cbb8d507e8c7c768f067874f825e59d2 /Makefile
parent1a141df97483d88234b30360616c959f2b5bc409 (diff)
downloadu-boot-odroid-c1-02c1249a8bff32a777f64bb455d60df3971b147a.tar.gz
p212: command_line: support system as root [2/9]
PD#170278 Problem: system as root do not work Solution: support system as root Verify: p212 board Change-Id: I4f1dd72f2e27b2cc63d2d4df881f2f2ed46a33b2 Signed-off-by: Xindong Xu <xindong.xu@amlogic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28e366f3e0..ab4a983b69 100644
--- a/Makefile
+++ b/Makefile
@@ -1206,6 +1206,7 @@ prepare: prepare0
define filechk_version.h
(echo \#define PLAIN_VERSION \"$(UBOOTRELEASE)\"; \
echo \#define U_BOOT_VERSION \"U-Boot \" PLAIN_VERSION; \
+ echo \#define CONFIG_SYSTEM_AS_ROOT \"${SYSTEMMODE}\"; \
echo \#define CC_VERSION_STRING \"$$($(CC) --version | head -n 1)\"; \
echo \#define LD_VERSION_STRING \"$$($(LD) --version | head -n 1)\"; )
endef