Mathieu Othacehe | 9b832ad | 2023-12-29 12:02:18 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright 2023 Mathieu Othacehe <m.othacehe@gmail.com> |
| 4 | */ |
| 5 | |
| 6 | BOOT_FROM SD 0x400 |
| 7 | SOC_TYPE IMX9 |
Peng Fan | 0ce300f | 2024-12-03 23:42:48 +0800 | [diff] [blame] | 8 | #ifdef CONFIG_IMX91 |
| 9 | APPEND mx91a0-ahab-container.img |
| 10 | #else |
Mathieu Othacehe | 4c7f0d2 | 2024-02-26 18:48:34 +0100 | [diff] [blame] | 11 | APPEND mx93a1-ahab-container.img |
Peng Fan | 0ce300f | 2024-12-03 23:42:48 +0800 | [diff] [blame] | 12 | #endif |
Mathieu Othacehe | 9b832ad | 2023-12-29 12:02:18 +0100 | [diff] [blame] | 13 | CONTAINER |
Peng Fan | 0ce300f | 2024-12-03 23:42:48 +0800 | [diff] [blame] | 14 | IMAGE A55 u-boot-spl-ddr.bin CONFIG_SPL_TEXT_BASE |