"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 12 lines 251 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2 3#ifndef __POWKIDDY_X55_RK3566_H 4#define __POWKIDDY_X55_RK3566_H 5 6#include <configs/rk3568_common.h> 7 8#define ROCKCHIP_DEVICE_SETTINGS \ 9 "stdout=serial,vidconsole\0" \ 10 "stderr=serial,vidconsole\0" 11 12#endif