diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-11-21 08:51:47 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-03 10:44:10 -0500 |
commit | 4c4ca6cdd5836a416fcebe0d8dea585ad4a00681 (patch) | |
tree | c76920df9b7e2301788ef3b419dd23294379fafb /configs/MCR3000_defconfig | |
parent | 749c9aae9d59c5f15832b51a75f8959c25316ab1 (diff) | |
download | u-boot-4c4ca6cdd5836a416fcebe0d8dea585ad4a00681.tar.gz |
board: MCR3000: use new DM watchdog
This patch switches MCR3000 board to the new DM watchdog.
The change in u-boot.lds is because MCR3000.o grows a bit
with this patch and doesn't fit anymore below env_offset on
some versions of GCC.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'configs/MCR3000_defconfig')
-rw-r--r-- | configs/MCR3000_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/MCR3000_defconfig b/configs/MCR3000_defconfig index 6d7dda82a2..2e79425bdb 100644 --- a/configs/MCR3000_defconfig +++ b/configs/MCR3000_defconfig @@ -42,6 +42,7 @@ CONFIG_BOOTDELAY=5 CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run flashboot" CONFIG_MISC_INIT_R=y +CONFIG_BOARD_EARLY_INIT_R=y CONFIG_HUSH_PARSER=y # CONFIG_AUTO_COMPLETE is not set CONFIG_SYS_PROMPT="S3K> " @@ -76,3 +77,5 @@ CONFIG_OF_LIBFDT=y CONFIG_DM=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="mcr3000" +CONFIG_WDT=y +CONFIG_WDT_MPC8xx=y |