This website works better with JavaScript.
Home
Explore
Help
Sign In
MNT
/
reform-boundary-uboot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
squash Makefile: test for CONFIG_IMX8MN
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
tags/2020-06-01
Troy Kisky
1 year ago
parent
6332e1ed54
commit
f71ea992d4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -1077,7 +1077,7 @@ endif
ifdef CONFIG_IMX8MN
SOC_CPU = iMX8MN
TEE_LOAD_ADDR = 0xbe000000
ATF_LOAD_ADDR = 0x009
2
0000
ATF_LOAD_ADDR = 0x009
6
0000
endif
ifdef CONFIG_IMX8MQ
SOC_CPU = iMX8MQ
Write
Preview
Loading…
Cancel
Save