]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[new uImage] Provide ability to restrict region used for boot images
authorKumar Gala <galak@kernel.crashing.org>
Thu, 28 Feb 2008 03:51:50 +0000 (21:51 -0600)
committerMarian Balakowicz <m8@semihalf.com>
Fri, 29 Feb 2008 12:15:56 +0000 (13:15 +0100)
commitd3f2fa0d278467b2232e4eb2372f905c3febfbeb
tree354a389881ddaacfc29a0b02c6fb12b9cb7c1f81
parente822d7fc4dd4755d4d0a22f05e33f33d1a0481da
[new uImage] Provide ability to restrict region used for boot images

Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
to restrict what memory range is used for bootm.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Marian Balakowicz <m8@semihalf.com>
common/cmd_bootm.c
common/image.c
include/image.h
lib_m68k/bootm.c
lib_ppc/bootm.c