Commit 6af32cb
committed
Relax UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS default definitions
Set UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS using the weak assignment operator (?=)
to allow for easier override in downstream layers or machine configurations
without forcing a hardcoded value.1 parent 2c646d2 commit 6af32cb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
0 commit comments