]> git.baikalelectronics.ru Git - uboot.git/commit
environment: distro: Add SF distro command
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 10 Apr 2020 18:26:29 +0000 (23:56 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Tue, 28 Apr 2020 20:14:35 +0000 (01:44 +0530)
commit2698486add655db24ce8c278ceb43807c538b8b2
tree32dafe7b20accc8a2be1a943bac405ff3cf04fb8
parenta8fec0dba4c1eb1623fc5ed8181e03d03b2805ad
environment: distro: Add SF distro command

Add distro boot command support for SPI flash (SF).

This distro boot will read the boot script at specific
location at the flash and start sourcing the same.

This file need to include on required include/config
file.

Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/environment/distro/sf.h [new file with mode: 0644]