]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add generic, reusable menu code
authorJason Hobbs <jason.hobbs@calxeda.com>
Tue, 23 Aug 2011 11:06:49 +0000 (11:06 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 20:25:33 +0000 (22:25 +0200)
commitb69bf52dfe34b9d7b2a20845c8a7e7e5978c2d2f
tree3294e93e32d5a27a7df62cc8dbc9905b978b98cd
parent5c1d082b145527ac7c10bfe794cd72643e045d8d
Add generic, reusable menu code

This will be used first by the pxe code, but is intended to be
generic and reusable for other jobs in U-boot.

Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
common/Makefile
common/menu.c [new file with mode: 0644]
doc/README.menu [new file with mode: 0644]
include/menu.h [new file with mode: 0644]