aboutsummaryrefslogtreecommitdiff
path: root/board/davinci
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-07-30 08:58:58 -0500
committerTom Rini <trini@konsulko.com>2019-07-31 13:08:07 -0400
commit3380d1c131f376b4bd02d08a96e29af24c846601 (patch)
tree35b5ff1aaddd2ee5029d74eb2ee0ca26ff12b6da /board/davinci
parent2fd156b307b950ab30bd09ef52d8090eee0ca164 (diff)
downloadu-boot-3380d1c131f376b4bd02d08a96e29af24c846601.zip
u-boot-3380d1c131f376b4bd02d08a96e29af24c846601.tar.gz
u-boot-3380d1c131f376b4bd02d08a96e29af24c846601.tar.bz2
ARM: da850-evm: Remove references to CONFIG_DA850_AM18X_EVM
With the removal of da850_am18xxevm, there is at least one whitelisted CONFIG option that can be deleted. This patch removes CONFIG_DA850_AM18X_EVM since it's not required any more Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'board/davinci')
-rw-r--r--board/davinci/da8xxevm/da850evm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/davinci/da8xxevm/da850evm.c b/board/davinci/da8xxevm/da850evm.c
index fcf9334..f04392e 100644
--- a/board/davinci/da8xxevm/da850evm.c
+++ b/board/davinci/da8xxevm/da850evm.c
@@ -300,9 +300,6 @@ u32 get_board_rev(void)
rev = 2;
else if (maxcpuclk >= 372000000)
rev = 1;
-#ifdef CONFIG_DA850_AM18X_EVM
- rev |= REV_AM18X_EVM;
-#endif
return rev;
}