uboot-container.cfg 279 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2019 NXP
  4. */
  5. #define __ASSEMBLY__
  6. /* This file is to create a container image could be loaded by SPL */
  7. BOOT_FROM SD 0x400
  8. SOC_TYPE IMX8QX
  9. CONTAINER
  10. IMAGE A35 bl31.bin 0x80000000
  11. IMAGE A35 u-boot.bin CONFIG_SYS_TEXT_BASE