omap4_sdp4430.h 585 B

12345678910111213141516171819202122232425
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2010
  4. * Texas Instruments Incorporated.
  5. * Aneesh V <aneesh@ti.com>
  6. * Steve Sakoman <steve@sakoman.com>
  7. *
  8. * Configuration settings for the TI SDP4430 board.
  9. * See ti_omap4_common.h for OMAP4 common part
  10. */
  11. #ifndef __CONFIG_SDP4430_H
  12. #define __CONFIG_SDP4430_H
  13. /*
  14. * High Level Configuration Options
  15. */
  16. #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
  17. #include <configs/ti_omap4_common.h>
  18. /* ENV related config options */
  19. #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
  20. #endif /* __CONFIG_SDP4430_H */