s32v234evb.cfg 527 B

12345678910111213141516171819202122232425262728
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2013-2015, Freescale Semiconductor, Inc.
  4. */
  5. /*
  6. * Refer doc/imx/mkimage/imximage.txt for more details about how-to configure
  7. * and create imximage boot image
  8. *
  9. * The syntax is taken as close as possible with the kwbimage
  10. */
  11. #include <asm/mach-imx/imximage.cfg>
  12. /* image version */
  13. IMAGE_VERSION 2
  14. BOOT_FROM sd
  15. /*
  16. * Boot Device : one of qspi, sd:
  17. * qspi: flash_offset: 0x1000
  18. * sd/mmc: flash_offset: 0x1000
  19. */
  20. #ifdef CONFIG_IMX_HAB
  21. SECURE_BOOT
  22. #endif