px30_core.h 301 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2020 Amarula Solutions(India)
  4. */
  5. #ifndef __PX30_CORE_H
  6. #define __PX30_CORE_H
  7. #include <configs/px30_common.h>
  8. #define ROCKCHIP_DEVICE_SETTINGS \
  9. "stdout=serial,vidconsole\0" \
  10. "stderr=serial,vidconsole\0"
  11. #endif /* __PX30_CORE_H */