diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-16 20:59:18 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-23 10:24:39 -0500 |
commit | 142918807de0b6b524b02c47ad44bafeb9b96fa1 (patch) | |
tree | 15c85a34c4e4d4d24ebe30589b8d987772ad8c47 /configs/bcm7260_defconfig | |
parent | 50d857ebc401db051864ae4ca1f1ee4a95c31a5f (diff) | |
download | u-boot-142918807de0b6b524b02c47ad44bafeb9b96fa1.zip u-boot-142918807de0b6b524b02c47ad44bafeb9b96fa1.tar.gz u-boot-142918807de0b6b524b02c47ad44bafeb9b96fa1.tar.bz2 |
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/bcm7260_defconfig')
-rw-r--r-- | configs/bcm7260_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm7260_defconfig b/configs/bcm7260_defconfig index 257d810..2b527b6 100644 --- a/configs/bcm7260_defconfig +++ b/configs/bcm7260_defconfig @@ -7,6 +7,7 @@ CONFIG_TARGET_BCM7260=y CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x814800 +CONFIG_DEFAULT_DEVICE_TREE="bcm7xxx" CONFIG_ENV_OFFSET_REDUND=0x824800 CONFIG_SYS_LOAD_ADDR=0x02000000 CONFIG_FIT=y |