evb_px30.h 352 B

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