s32v234evb.cfg 524 B

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