linuxOS_AP06/u-boot/include/configs/evb_rk3506.h

27 lines
539 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
/*
* SPDX-License-Identifier: GPL-2.0+
*
* Copyright (c) 2024 Rockchip Electronics Co., Ltd
*/
#ifndef __CONFIGS_RK3506_EVB_H
#define __CONFIGS_RK3506_EVB_H
#include <configs/rk3506_common.h>
#ifndef CONFIG_SPL_BUILD
#undef ROCKCHIP_DEVICE_SETTINGS
#define ROCKCHIP_DEVICE_SETTINGS \
"stdin=serial,usbkbd\0" \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
#define CONFIG_SYS_MMC_ENV_DEV 0
#undef CONFIG_BOOTCOMMAND
#define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
#endif
#endif /* __CONFIGS_RK3506_EVB_H */