diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-10 07:54:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-10 10:58:56 -0500 |
commit | eda45ee3cbb2ed15aee79009638b3719fe5cbc1a (patch) | |
tree | 927b3dea3d3e4dcc5d090acffde47e6877ab2d07 /include | |
parent | e17d174773e9ba9447596708e702b7382e47a6cf (diff) | |
parent | 8ffa9ed295909a638932167486b62ff1adcaa7a3 (diff) |
Merge tag 'u-boot-rockchip-20231110' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- Add Board: rk3588 Pine64 QuartzPro64;
- Fix rk3066 enter download mode;
- Fix for ringneck-px30 board;
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/quartzpro64-rk3588.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/quartzpro64-rk3588.h b/include/configs/quartzpro64-rk3588.h new file mode 100644 index 0000000000..a1faa2aad8 --- /dev/null +++ b/include/configs/quartzpro64-rk3588.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ + * Copyright 2023 Google, Inc + */ + +#ifndef __QUARTZPRO64_RK3588_H +#define __QUARTZPRO64_RK3588_H + +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + +#include <configs/rk3588_common.h> + +#endif /* __QUARTZPRO64_RK3588_H */ |