-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NXP LS1028ARDB #519
base: master
Are you sure you want to change the base?
NXP LS1028ARDB #519
Conversation
0aa92b0
to
944ad1e
Compare
Note: issue with src/boot_aarch64_start.S |
…AM) by setting NO_XIP.
Note: Keeping assigned to me until I can hear results from customer or test myself on LS1028A. |
arch.mk
Outdated
SPI_TARGET=nxp | ||
else | ||
# By default disable ARM ASM for other targets | ||
NO_ARM_ASM=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should perhaps still be NO_ARM_ASM?=1
so it can be overridden in other targets
TARGET=nxp_ls1028a | ||
SIGN?=ECC256 | ||
HASH?=SHA256 | ||
DEBUG?=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is DEBUG=1 in this config intentional?
config/examples/nxp-ls1028a.config
Outdated
TARGET=nxp_ls1028a | ||
SIGN?=ECC256 | ||
HASH?=SHA256 | ||
DEBUG?=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEBUG=1, intentional?
No description provided.