libretech-cc.h 386 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Configuration for LibreTech CC
  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. #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-libretech-cc.dtb\0"
  12. #include <configs/meson-gx-common.h>
  13. #endif /* __CONFIG_H */