diff options
| author | Tom Rini <[email protected]> | 2025-02-22 08:42:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-22 08:42:01 -0600 |
| commit | 5061eab96acd60d28149e080f3a37fbe7220ca54 (patch) | |
| tree | 01f3a1d82dc1bc1b52cc7cc35076e08697dc629b /include | |
| parent | 313b9856f95419b01df7cc6b9a16f7b07d9fe13c (diff) | |
| parent | ad3ec11b393b7d89d1df353324df4600b219a647 (diff) | |
Merge branch 'picasso' of https://source.denx.de/u-boot/custodians/u-boot-tegra
Branch contains bringup of Acer Iconia Tab A500 (codename picasso), a
Tegra 2 Android device with decent Linux kernel support. Ondevice tests
and U-Boot test suit all passed.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/picasso.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/include/configs/picasso.h b/include/configs/picasso.h new file mode 100644 index 00000000000..a58c7e5f353 --- /dev/null +++ b/include/configs/picasso.h @@ -0,0 +1,23 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * (C) Copyright 2010,2011 + * NVIDIA Corporation <www.nvidia.com> + * + * (C) Copyright 2024 + * Svyatoslav Ryhel <[email protected]> + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#include "tegra20-common.h" + +/* High-level configuration options */ +#define CFG_TEGRA_BOARD_STRING "Acer Iconia Tab A500" + +/* Board-specific serial config */ +#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE + +#include "tegra-common-post.h" + +#endif /* __CONFIG_H */ |
