odroid_go2.h 284 B

123456789101112131415
  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 ROCKCHIP_DEVICE_SETTINGS \
  9. "stdout=serial,vidconsole\0" \
  10. "stderr=serial,vidconsole\0"
  11. #endif