diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-24 17:17:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:47 -0400 |
commit | 38c108f88d6ade10302554c129718db52d2dbe1c (patch) | |
tree | 4dc9213346ff6475331b1a800d20843e6c2f70da /include/configs/exynos78x0-common.h | |
parent | 28f9c3125dc1c970757520697c999002292cfd5a (diff) | |
download | u-boot-38c108f88d6ade10302554c129718db52d2dbe1c.tar.gz |
exynos: Drop CONFIG_DEVICE_TREE_LIST
This value isn't used anywhere, drop it.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/exynos78x0-common.h')
-rw-r--r-- | include/configs/exynos78x0-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/exynos78x0-common.h b/include/configs/exynos78x0-common.h index 6b1df63dc32..53396aa4229 100644 --- a/include/configs/exynos78x0-common.h +++ b/include/configs/exynos78x0-common.h @@ -28,9 +28,6 @@ /* Timer input clock frequency */ #define COUNTER_FREQUENCY 26000000 -/* Device Tree */ -#define CONFIG_DEVICE_TREE_LIST "EXYNOS78x0-a5y17lte" - #define CPU_RELEASE_ADDR secondary_boot_addr #define CONFIG_SYS_BAUDRATE_TABLE \ |