u-boot-brain/board/xilinx
T Karthik Reddy 53c69dec33 board: xilinx: Add support for user configurable boot script offset
Currently "script_offset_f" env variable is hardcoded, this variable
specifies from which offset of the flash boot.scr should be read/write.
As flashes are of different sizes having a fixed offset makes it
difficult to load other images into the flash which may overwrite the
boot script or cannot utilize the full memory. This current fix
creates a new config "CONFIG_BOOT_SCRIPT_OFFSET" which holds the
offset address, overwrites the "script_offset_f" variable.
Also removed existing variable with default values, as the default
values are held by CONFIG_BOOT_SCRIPT_OFFSET

Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2020-01-14 09:05:52 +01:00
..
bootscripts xilinx: Add sd boot command script for reference 2019-10-08 09:11:13 +02:00
common arm64: xilinx: Enable generic of_board_dtb 2019-10-08 13:14:54 +02:00
microblaze-generic common: Move some board functions out of common.h 2019-12-02 18:25:21 -05:00
versal board: xilinx: Add support for user configurable boot script offset 2020-01-14 09:05:52 +01:00
zynq board: xilinx: Add support for user configurable boot script offset 2020-01-14 09:05:52 +01:00
zynqmp board: xilinx: Add support for user configurable boot script offset 2020-01-14 09:05:52 +01:00
zynqmp_r5 lib: fdtdec: Rename routine fdtdec_setup_memory_size() 2018-07-19 10:49:56 +02:00
Kconfig board: xilinx: Add support for user configurable boot script offset 2020-01-14 09:05:52 +01:00