nitrogen6dl.cfg 656 B

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