diff options
| author | Tom Rini <[email protected]> | 2022-10-24 10:04:30 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-24 10:04:30 -0400 |
| commit | 7d8ab3cd635ba2a7faea9f12278ea200149c82aa (patch) | |
| tree | aaabb726c97685de1799e31b0e20eaaf1958afee /board/phytec | |
| parent | 1e892ef0b59a4a04971ac23619b95917020b3e18 (diff) | |
| parent | 0f5caf351c18b212b856f68a8b9d8ea150cc9fa1 (diff) | |
Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20221024
-------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/13916
- for 2022.01
- rework Kontron boards (mx6 and mx8)
- fixes for Toradex
- fixes (SPI, CAAM, )
- sync DT with Linux
- fixes for Gateworks GW7903 and GW7904 PMIC
- Engicam i.Core MX8M Plus EDIMM2.2
Diffstat (limited to 'board/phytec')
| -rw-r--r-- | board/phytec/phycore_imx8mm/spl.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/phytec/phycore_imx8mm/spl.c b/board/phytec/phycore_imx8mm/spl.c index d87ab6d4497..1bae9b1170d 100644 --- a/board/phytec/phycore_imx8mm/spl.c +++ b/board/phytec/phycore_imx8mm/spl.c @@ -42,16 +42,6 @@ static void spl_dram_init(void) ddr_init(&dram_timing); } -void spl_board_init(void) -{ - /* Serial download mode */ - if (is_usb_boot()) { - puts("Back to ROM, SDP\n"); - restore_boot_params(); - } - puts("Normal Boot\n"); -} - int board_fit_config_name_match(const char *name) { return 0; |
