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
..
2019-08-11 16:43:41 -04:00
2020-01-07 10:26:56 +01:00
2019-12-15 11:44:30 +08:00
2019-08-11 16:43:41 -04:00
2020-01-10 10:25:13 -05:00
2019-08-11 16:43:41 -04:00
2019-10-25 17:20:43 +02:00
2019-08-11 16:43:41 -04:00
2018-09-10 21:19:31 -04:00
2019-12-02 18:23:09 -05:00
2019-08-11 16:43:41 -04:00
2020-01-07 08:45:43 -05:00