]> Git Repo - u-boot.git/commit
Move autoboot code to autoboot.c
authorSimon Glass <[email protected]>
Fri, 11 Apr 2014 02:01:28 +0000 (20:01 -0600)
committerTom Rini <[email protected]>
Thu, 29 May 2014 21:45:31 +0000 (17:45 -0400)
commit66ded17dfc8110f0d9aa9d50fe140a320bfa4e53
treefc9363d14bfa87a18de989e9e85d74736062675a
parente1bf824dfd6881f6f633238c275bfa1e5d83c433
Move autoboot code to autoboot.c

The autoboot code is complex and long. It deserves its own file with
a simple interface from main.c.

Signed-off-by: Simon Glass <[email protected]>
common/Makefile
common/autoboot.c [new file with mode: 0644]
common/main.c
include/autoboot.h [new file with mode: 0644]
This page took 0.028116 seconds and 4 git commands to generate.