suvd3.h 899 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2006 Freescale Semiconductor, Inc.
  4. * Dave Liu <daveliu@freescale.com>
  5. *
  6. * Copyright (C) 2007 Logic Product Development, Inc.
  7. * Peter Barada <peterb@logicpd.com>
  8. *
  9. * Copyright (C) 2007 MontaVista Software, Inc.
  10. * Anton Vorontsov <avorontsov@ru.mvista.com>
  11. *
  12. * (C) Copyright 2010
  13. * Heiko Schocher, DENX Software Engineering, hs@denx.de.
  14. */
  15. #ifndef __CONFIG_H
  16. #define __CONFIG_H
  17. /*
  18. * High Level Configuration Options
  19. */
  20. #define CONFIG_HOSTNAME "suvd3"
  21. #define CONFIG_KM_BOARD_NAME "suvd3"
  22. /* include common defines/options for all Keymile boards */
  23. #include "km/keymile-common.h"
  24. #include "km/km-powerpc.h"
  25. #include "km/km-mpc83xx.h"
  26. #include "km/km-mpc832x.h"
  27. #define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \
  28. 0x0000c000 | \
  29. MxMR_WLFx_2X)
  30. #endif /* __CONFIG_H */