diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-17 18:51:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-17 18:51:57 -0400 |
commit | d0b8c9a231d6e5fba881960c9fcfcc444f1812f9 (patch) | |
tree | 9316054131a73328a53d132450075345302a2e12 /arch/arm/mach-k3/j721e/dev-data.c | |
parent | 12ff1a8d23f96bed35dab548e31fd4ead5adca2b (diff) | |
parent | ee91d465573637da5c386df3770a20cfb183d210 (diff) | |
download | u-boot-d0b8c9a231d6e5fba881960c9fcfcc444f1812f9.tar.gz |
Merge branch '2021-09-17-TI-platform-updates'
- Assorted bugfixes for TI platforms
Diffstat (limited to 'arch/arm/mach-k3/j721e/dev-data.c')
-rw-r--r-- | arch/arm/mach-k3/j721e/dev-data.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-k3/j721e/dev-data.c b/arch/arm/mach-k3/j721e/dev-data.c index 96393c7132..300d998c62 100644 --- a/arch/arm/mach-k3/j721e/dev-data.c +++ b/arch/arm/mach-k3/j721e/dev-data.c @@ -2,8 +2,12 @@ /* * J721E specific device platform data * - * Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/ + * This file is auto generated. Please do not hand edit and report any issues + * to Dave Gerlach <d-gerlach@ti.com>. + * + * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/ */ + #include "k3-dev.h" static struct ti_psc soc_psc_list[] = { |