summaryrefslogtreecommitdiff
path: root/include/configs/stih410-b2260.h
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2018-05-24 17:15:26 +0300
committerTom Rini <trini@konsulko.com>2018-06-06 03:19:08 +0300
commit0899bd269e8ca0a0c7e6afe9287366bc067c141c (patch)
tree4a2d5cc33980cbab04d6a2d72fe89b3b6857eda6 /include/configs/stih410-b2260.h
parent86fbad2492cc51f0489253d50ce5f06b5e5b2fb9 (diff)
downloadu-boot-0899bd269e8ca0a0c7e6afe9287366bc067c141c.tar.xz
board: STiH410-B2260: Add pxefile_addr_r variable
Reading doc/README.distro , we see platform needs to set pxefile_addr_r to support distro boot. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'include/configs/stih410-b2260.h')
-rw-r--r--include/configs/stih410-b2260.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
index b4e4619266..d8bf3b6580 100644
--- a/include/configs/stih410-b2260.h
+++ b/include/configs/stih410-b2260.h
@@ -31,6 +31,7 @@
"fdtfile=stih410-b2260.dtb\0" \
"fdt_addr_r=0x47000000\0" \
"scriptaddr=0x50000000\0" \
+ "pxefile_addr_r=0x50100000\0" \
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"ramdisk_addr_r=0x48000000\0" \