Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lx2160a_build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
lx2160a_build
Commits
164130da
Commit
164130da
authored
Dec 20, 2020
by
Rabeeh Khoury
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add u-boot mtest start and end commands
Signed-off-by:
Rabeeh Khoury
<
rabeeh@solid-run.com
>
parent
739ea87a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
patches/u-boot-LSDK-20.04/0028-lx2160acex7-add-mtest-start-and-end-addresses.patch
.../0028-lx2160acex7-add-mtest-start-and-end-addresses.patch
+25
-0
No files found.
patches/u-boot-LSDK-20.04/0028-lx2160acex7-add-mtest-start-and-end-addresses.patch
0 → 100644
View file @
164130da
From 4d76da48691cf5d87fff2626065978617c629fbb Mon Sep 17 00:00:00 2001
From: Rabeeh Khoury <rabeeh@solid-run.com>
Date: Sun, 20 Dec 2020 16:06:26 +0200
Subject: [PATCH 28/28] lx2160acex7: add mtest start and end addresses
Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com>
---
include/configs/lx2160acex7.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/lx2160acex7.h b/include/configs/lx2160acex7.h
index 9ba73fc0..d2ef78a2 100644
--- a/include/configs/lx2160acex7.h
+++ b/include/configs/lx2160acex7.h
@@ -77,5 +77,7 @@
"bootm $load_addr#$BOARD\0"
#include <asm/fsl_secure_boot.h>
+#define CONFIG_SYS_MEMTEST_START 0x2080000000
+#define CONFIG_SYS_MEMTEST_END 0x2400000000
#endif /* __LX2_CEX7_H */
--
2.25.1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment