kylin_rk3036.h 362 B

1234567891011121314151617181920
  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. #define CONFIG_SYS_MMC_ENV_DEV 0 /* emmc */
  12. #define CONFIG_SYS_MMC_ENV_PART 0 /* user area */
  13. #endif
  14. #endif