aristainetos2.cfg 681 B

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