mv-plug-common.h 517 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2009-2015
  4. * Marvell Semiconductor <www.marvell.com>
  5. */
  6. #ifndef _CONFIG_MARVELL_PLUG_H
  7. #define _CONFIG_MARVELL_PLUG_H
  8. /*
  9. * High Level Configuration Options (easy to change)
  10. */
  11. #define CONFIG_KW88F6281 1 /* SOC Name */
  12. #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
  13. /*
  14. * mv-common.h should be defined after CMD configs since it used them
  15. * to enable certain macros
  16. */
  17. #include "mv-common.h"
  18. #endif /* _CONFIG_MARVELL_PLUG_H */