nitrogen6dl2g.cfg 660 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Copyright (C) 2013 Boundary Devices
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. *
  6. * Refer doc/README.imximage for more details about how-to configure
  7. * and create imximage boot image
  8. *
  9. * The syntax is taken as close as possible with the kwbimage
  10. */
  11. /* image version */
  12. IMAGE_VERSION 2
  13. /*
  14. * Boot Device : one of
  15. * spi, sd (the board has no nand neither onenand)
  16. */
  17. BOOT_FROM spi
  18. #define __ASSEMBLY__
  19. #include <config.h>
  20. #ifdef CONFIG_SECURE_BOOT
  21. CSF CONFIG_CSF_SIZE
  22. #endif
  23. #include "asm/arch/mx6-ddr.h"
  24. #include "asm/arch/iomux.h"
  25. #include "asm/arch/crm_regs.h"
  26. #include "ddr-setup.cfg"
  27. #include "800mhz_4x256mx16.cfg"
  28. #include "clocks.cfg"