diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-02-27 21:51:47 -0600 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2008-02-29 13:15:55 +0100 |
commit | 4ed6552f715983bfc7d212c1199a1f796f1144ad (patch) | |
tree | 9588ceff4adbabc534b5621ff3c6e2f8a3c7aa6e /lib_generic/Makefile | |
parent | 4648c2e7a173b0d7f17bef4adaa0623090c9e904 (diff) | |
download | u-boot-imx-4ed6552f715983bfc7d212c1199a1f796f1144ad.zip u-boot-imx-4ed6552f715983bfc7d212c1199a1f796f1144ad.tar.gz u-boot-imx-4ed6552f715983bfc7d212c1199a1f796f1144ad.tar.bz2 |
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
Introduce the LMB lib used on PPC in the kernel as a clean way to manage
the memory spaces used by various boot images and structures. This code
will allow us to simplify the code in bootm and its support functions.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'lib_generic/Makefile')
-rw-r--r-- | lib_generic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_generic/Makefile b/lib_generic/Makefile index 9713353..b10793b 100644 --- a/lib_generic/Makefile +++ b/lib_generic/Makefile @@ -34,6 +34,7 @@ COBJS-y += crc32.o COBJS-y += ctype.o COBJS-y += display_options.o COBJS-y += div64.o +COBJS-y += lmb.o COBJS-y += ldiv.o COBJS-y += sha1.o COBJS-y += string.o |