dms-ba16_2g.cfg 547 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. *
  4. * Copyright 2015 Timesys Corporation.
  5. * Copyright 2015 General Electric Company
  6. *
  7. * Refer doc/imx/mkimage/imximage.txt for more details about how-to configure
  8. * and create imximage boot image
  9. *
  10. * The syntax is taken as close as possible with the kwbimage
  11. */
  12. IMAGE_VERSION 2
  13. BOOT_FROM sd
  14. #define __ASSEMBLY__
  15. #include <config.h>
  16. #include "asm/arch/mx6-ddr.h"
  17. #include "asm/arch/iomux.h"
  18. #include "asm/arch/crm_regs.h"
  19. #include "ddr-setup.cfg"
  20. #include "samsung-2g.cfg"
  21. #include "clocks.cfg"