]> Git Repo - J-u-boot.git/commitdiff
board: STiH410-B2260: Add pxefile_addr_r variable
authorRiku Voipio <[email protected]>
Thu, 24 May 2018 14:15:26 +0000 (17:15 +0300)
committerTom Rini <[email protected]>
Wed, 6 Jun 2018 00:19:08 +0000 (20:19 -0400)
Reading doc/README.distro , we see platform needs to set
pxefile_addr_r to support distro boot.

Signed-off-by: Riku Voipio <[email protected]>
include/configs/stih410-b2260.h

index b4e4619266a46e6da9b0ee2915e91781904bca6c..d8bf3b6580e34b6c15eca3f4272d83324cce1c7c 100644 (file)
@@ -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"           \
This page took 0.039086 seconds and 4 git commands to generate.