summaryrefslogtreecommitdiff
path: root/configs/bcm7445_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-16 20:59:18 -0700
committerTom Rini <trini@konsulko.com>2021-12-23 10:24:39 -0500
commit142918807de0b6b524b02c47ad44bafeb9b96fa1 (patch)
tree15c85a34c4e4d4d24ebe30589b8d987772ad8c47 /configs/bcm7445_defconfig
parent50d857ebc401db051864ae4ca1f1ee4a95c31a5f (diff)
arm: bcm7xxx: Add a devicetree file
Add an empty devicetree file for these boards. It seems to be possible to obtain a real one from another bootloader called 'bolt' but I will leave this to the maintainer. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/bcm7445_defconfig')
-rw-r--r--configs/bcm7445_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm7445_defconfig b/configs/bcm7445_defconfig
index 9ffa436e45..3ae678ba56 100644
--- a/configs/bcm7445_defconfig
+++ b/configs/bcm7445_defconfig
@@ -8,6 +8,7 @@ CONFIG_NR_DRAM_BANKS=3
CONFIG_ENV_SIZE=0x10000
CONFIG_ENV_OFFSET=0x1E0000
CONFIG_ENV_SECT_SIZE=0x10000
+CONFIG_DEFAULT_DEVICE_TREE="bcm7xxx"
CONFIG_ENV_OFFSET_REDUND=0x1F0000
CONFIG_SYS_LOAD_ADDR=0x02000000
CONFIG_FIT=y