tinker_rk3288.h 401 B

1234567891011121314151617181920212223
  1. /*
  2. * (C) Copyright 2016 Rockchip Electronics Co., Ltd
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __CONFIG_H
  7. #define __CONFIG_H
  8. #define ROCKCHIP_DEVICE_SETTINGS
  9. #include <configs/rk3288_common.h>
  10. #undef BOOT_TARGET_DEVICES
  11. #define BOOT_TARGET_DEVICES(func) \
  12. func(MMC, mmc, 0)
  13. #define CONFIG_ENV_IS_IN_MMC
  14. #define CONFIG_SYS_MMC_ENV_DEV 0
  15. #define CONFIG_SYS_WHITE_ON_BLACK
  16. #endif