Commit e9b852c
fix: linux: Fix BL1 and BL31 path in U-Boot command for AM62L
The TARGET_BOARD in the ATF `make` command is `am62l`, not `lite`. But
in U-Boot build command for AM62L, BL1 and BL31 paths contain `lite`,
not `am62l`. Fix this.
Signed-off-by: Suhaas Joshi <s-joshi@ti.com>1 parent c857e5b commit e9b852c
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
467 | | - | |
| 466 | + | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
0 commit comments