diff options
| author | Tom Rini <[email protected]> | 2024-06-16 09:09:07 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-16 09:09:07 -0600 |
| commit | d8c213c9c7f827a9de0096bb4e5247c9a07bb248 (patch) | |
| tree | 72b152c80c01dabc42ec92dc0fa9d23f36bd01ee /include | |
| parent | 46b6a3e6c71de8622634d5aa8dca6a216148981b (diff) | |
| parent | ae4aaa44977cbe522e9f38f2ac2ac07a784bf867 (diff) | |
Merge tag 'u-boot-rockchip-next-20240615' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/21113
- New board: Theobroma Systems SOM-RK3588-Q7 Tiger, ArmSoM Sige7 Rk3588;
- PX30 dts migrate to OF_UPSTREAM;
- Some other update on board or config;
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sige7-rk3588.h | 15 | ||||
| -rw-r--r-- | include/configs/tiger_rk3588.h | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/include/configs/sige7-rk3588.h b/include/configs/sige7-rk3588.h new file mode 100644 index 00000000000..fd08da568b1 --- /dev/null +++ b/include/configs/sige7-rk3588.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2024 ArmSoM Technology Co., Ltd. + */ + +#ifndef __SIGE7_RK3588_H +#define __SIGE7_RK3588_H + +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + +#include <configs/rk3588_common.h> + +#endif /* __SIGE7_RK3588_H */ diff --git a/include/configs/tiger_rk3588.h b/include/configs/tiger_rk3588.h new file mode 100644 index 00000000000..7a32adfaf2a --- /dev/null +++ b/include/configs/tiger_rk3588.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2023 Theobroma Systems Design und Consulting GmbH + */ + +#ifndef __TIGER_RK3588_H +#define __TIGER_RK3588_H + +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + +#include <configs/rk3588_common.h> + +#endif /* __TIGER_RK3588_H */ |
