kylin_rk3036.h 266 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2015 Rockchip Electronics Co., Ltd
  4. */
  5. #ifndef __CONFIG_H
  6. #define __CONFIG_H
  7. #include <linux/sizes.h>
  8. #include <configs/rk3036_common.h>
  9. #ifndef CONFIG_SPL_BUILD
  10. /* Store env in emmc */
  11. #endif
  12. #endif