aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-10-15 13:06:32 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-10-24 13:37:03 +0200
commit3e5476c6cde940536360946ea5672d9b6f048add (patch)
treeaa8c0d2bd95f05a1dd961aecdbe0c8920fdc56c0 /configs
parent2ce5641df0cd44c20c9049b9eb57908c8c811781 (diff)
downloadu-boot-3e5476c6cde940536360946ea5672d9b6f048add.zip
u-boot-3e5476c6cde940536360946ea5672d9b6f048add.tar.gz
u-boot-3e5476c6cde940536360946ea5672d9b6f048add.tar.bz2
ARM: zynq: Remove unused board_early_init_f()
board_early_init_f added by commit e6cc3b25d721 ("arm: zynq: Wire watchdog internals") is no longer needed that's why remove it also with Kconfig enabling. Fixes: ccd063e9812a ("watchdog: Move watchdog_dev to data section (BSS may not be cleared)") Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/zynq_dlc20_rev1_0_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/zynq_dlc20_rev1_0_defconfig b/configs/zynq_dlc20_rev1_0_defconfig
index e6a6731..9272a3f 100644
--- a/configs/zynq_dlc20_rev1_0_defconfig
+++ b/configs/zynq_dlc20_rev1_0_defconfig
@@ -16,7 +16,6 @@ CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
CONFIG_LEGACY_IMAGE_FORMAT=y
CONFIG_USE_PREBOOT=y
-CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_OS_BOOT=y
CONFIG_SPL_SPI_LOAD=y