ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
- Convert the non-relocation part of board_init_f to spl_board_init, turn on CONFIG_SPL_BOARD_INIT in the configs.
- Remove duplicated code.
- Add spl_boot_device() that returns the statically chosen boot device.
Signed-off-by:
Tom Rini <trini@ti.com>
Showing
- Makefile 2 additions, 2 deletionsMakefile
- arch/arm/cpu/arm926ejs/davinci/Makefile 1 addition, 1 deletionarch/arm/cpu/arm926ejs/davinci/Makefile
- arch/arm/cpu/arm926ejs/davinci/config.mk 16 additions, 0 deletionsarch/arm/cpu/arm926ejs/davinci/config.mk
- arch/arm/cpu/arm926ejs/davinci/spl.c 32 additions, 40 deletionsarch/arm/cpu/arm926ejs/davinci/spl.c
- arch/arm/cpu/arm926ejs/start.S 2 additions, 0 deletionsarch/arm/cpu/arm926ejs/start.S
- arch/arm/include/asm/arch-davinci/spl.h 32 additions, 0 deletionsarch/arm/include/asm/arch-davinci/spl.h
- drivers/mmc/Makefile 0 additions, 3 deletionsdrivers/mmc/Makefile
- drivers/mmc/spl_mmc_load.c 0 additions, 62 deletionsdrivers/mmc/spl_mmc_load.c
- include/configs/cam_enc_4xx.h 2 additions, 1 deletioninclude/configs/cam_enc_4xx.h
- include/configs/da850evm.h 12 additions, 3 deletionsinclude/configs/da850evm.h
- include/configs/hawkboard.h 2 additions, 1 deletioninclude/configs/hawkboard.h
Loading
Please register or sign in to comment