aristainetos.cfg 656 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * (C) Copyright 2014
  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-setup.cfg"
  28. #include "mt41j128M.cfg"
  29. #include "clocks.cfg"