evb_rk3568.h 326 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2021 Rockchip Electronics Co., Ltd
  4. */
  5. #ifndef __EVB_RK3568_H
  6. #define __EVB_RK3568_H
  7. #include <configs/rk3568_common.h>
  8. #define CONFIG_SUPPORT_EMMC_RPMB
  9. #define ROCKCHIP_DEVICE_SETTINGS \
  10. "stdout=serial,vidconsole\0" \
  11. "stderr=serial,vidconsole\0"
  12. #endif