]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
load_addr: move to common env code
authorMike Frysinger <vapier@gentoo.org>
Tue, 21 Dec 2010 19:08:27 +0000 (14:08 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Jan 2011 17:02:06 +0000 (18:02 +0100)
commit558605cf4fe9558dff9b8ea2241fbeb526dc353d
tree0af0fbc0900737f5dfde2b92cd8ede8c545da79f
parent52f0aa835fd6caf5f094b551e435f5c9506d61df
load_addr: move to common env code

Rather than keep the load_addr definition with the bootm code (which
just happens to use this), move it to the common env code.  This way
we can disable bootm support completely while retaining load_addr
usage with many other commands.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/cmd_bootm.c
common/cmd_nvedit.c