aboutsummaryrefslogtreecommitdiff
path: root/include/configs/turris_omnia.h
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2019-05-24 14:57:51 +0200
committerStefan Roese <sr@denx.de>2019-07-11 10:58:02 +0200
commit422237ee5953927ba54946448d7f525a301dbec1 (patch)
treec530c3261362d951cd64ce3c74a1beda41f23cae /include/configs/turris_omnia.h
parent305a82217de391bbadce1dc5faac508daa11beaa (diff)
downloadu-boot-422237ee5953927ba54946448d7f525a301dbec1.zip
u-boot-422237ee5953927ba54946448d7f525a301dbec1.tar.gz
u-boot-422237ee5953927ba54946448d7f525a301dbec1.tar.bz2
arm: mvebu: turris_omnia: remove unneeded macro from board config
This is not needed here since Omnia is using DM_PCI now. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/turris_omnia.h')
-rw-r--r--include/configs/turris_omnia.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h
index 8e3d5cc..26f8546 100644
--- a/include/configs/turris_omnia.h
+++ b/include/configs/turris_omnia.h
@@ -28,11 +28,6 @@
#define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */
-/* PCIe support */
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_PCI_SCAN_SHOW
-#endif
-
/* Keep device tree and initrd in lower memory so the kernel can access them */
#define RELOCATION_LIMITS_ENV_SETTINGS \
"fdt_high=0x10000000\0" \