omap4_sdp4430.h 783 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * (C) Copyright 2010
  3. * Texas Instruments Incorporated.
  4. * Aneesh V <aneesh@ti.com>
  5. * Steve Sakoman <steve@sakoman.com>
  6. *
  7. * Configuration settings for the TI SDP4430 board.
  8. * See ti_omap4_common.h for OMAP4 common part
  9. *
  10. * SPDX-License-Identifier: GPL-2.0+
  11. */
  12. #ifndef __CONFIG_SDP4430_H
  13. #define __CONFIG_SDP4430_H
  14. /*
  15. * High Level Configuration Options
  16. */
  17. #define CONFIG_4430SDP 1 /* working with SDP */
  18. #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
  19. #include <configs/ti_omap4_common.h>
  20. /* Battery Charger */
  21. #ifndef CONFIG_SPL_BUILD
  22. #define CONFIG_CMD_BAT 1
  23. #endif
  24. /* ENV related config options */
  25. #define CONFIG_ENV_IS_IN_MMC 1
  26. #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
  27. #define CONFIG_ENV_OFFSET 0xE0000
  28. #endif /* __CONFIG_SDP4430_H */