fixes crt0_64 so that it calls board_init_r
during the SPL and removes the direct call from board_init_f
from the arm SPL example.
Signed-off-by: Jeremy Hunt
Acked-by: Simon Glass
---
Changes in v3:
- Commit message typo
Changes in v2:
- Add comment pointing to Board Initialization Flow
fixes crt0_64 so that it calls board_init_r
durring the SPL and removes the direct call from board_init_f
from the arm SPL example.
Signed-off-by: Jeremy Hunt
Acked-by: Simon Glass
---
Changes in v2:
- Add comment pointing to Board Initialization Flow
- Remove old global data pointer setup
fixes crt0_64 so that it calls board_init_r
durring the SPL and removes the direct call from board_init_f
from the arm SPL example.
Signed-off-by: Jeremy Hunt
---
arch/arm/lib/crt0_64.S | 3 +--
arch/arm/lib/spl.c | 18 +-
2 files changed, 10 insertions(+), 11 deletions
3 matches
Mail list logo