summaryrefslogtreecommitdiff
path: root/board/k+p/bootscripts/tpcboot.cmd
AgeCommit message (Collapse)Author
2018-04-15boot: script: The boot.scr file for K+P's boardsLukasz Majewski
By using this file one can avoid cluttering <board>.h file with u-boot HUSH commands necessary for booting target device. With such approach the commands are stored only in one place and can be reused if needed. Signed-off-by: Lukasz Majewski <[email protected]> Reviewed-by: Stefano Babic <[email protected]>