spl_sd.cfg 263 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #define __ASSEMBLY__
  7. #include <config.h>
  8. IMAGE_VERSION 2
  9. BOOT_FROM sd
  10. /*
  11. * Secure boot support
  12. */
  13. #ifdef CONFIG_SECURE_BOOT
  14. CSF CONFIG_CSF_SIZE
  15. #endif