aristainetos2.cfg 739 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2015
  4. * Heiko Schocher, DENX Software Engineering, hs@denx.de.
  5. *
  6. * Based on:
  7. * Copyright (C) 2013 Boundary Devices
  8. *
  9. * Refer doc/imx/mkimage/imximage.txt for more details about how-to configure
  10. * and create imximage boot image
  11. *
  12. * The syntax is taken as close as possible with the kwbimage
  13. */
  14. /* image version */
  15. IMAGE_VERSION 2
  16. /*
  17. * Boot Device : one of
  18. * spi, sd
  19. */
  20. BOOT_FROM spi
  21. #define __ASSEMBLY__
  22. #include <config.h>
  23. #ifdef CONFIG_IMX_HAB
  24. CSF CONFIG_CSF_SIZE
  25. #endif
  26. #include "asm/arch/mx6-ddr.h"
  27. #include "asm/arch/iomux.h"
  28. #include "asm/arch/crm_regs.h"
  29. #include "ddr-setup2.cfg"
  30. #include "nt5cc256m16cp.cfg"
  31. #include "clocks2.cfg"
  32. #include "axi.cfg"