p212.h 398 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Configuration for Amlogic P212
  4. *
  5. * Copyright (C) 2017 Baylibre, SAS
  6. * Author: Neil Armstrong <narmstrong@baylibre.com>
  7. */
  8. #ifndef __CONFIG_H
  9. #define __CONFIG_H
  10. #define CONFIG_MISC_INIT_R
  11. /* Serial setup */
  12. #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-p212.dtb\0"
  13. #include <configs/meson-gx-common.h>
  14. #endif /* __CONFIG_H */