]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Memory footprint optimizations
authorBartlomiej Sieka <tur@semihalf.com>
Fri, 18 Apr 2008 10:39:23 +0000 (12:39 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 24 Apr 2008 15:21:55 +0000 (17:21 +0200)
commitedbed247a14d70b94958010f736621212285de91
tree9a12403755db2dfe959f5b0133b05bc69d0db4f5
parent0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
Memory footprint optimizations

As suggested by Wolfgang Denk:
- image printing functions:
  - remove wrappers
  - remove indentation prefix from functions' signatures
- merge getenv_verify and getenv_autostart into one parametrized function

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
board/siemens/common/fpga.c
common/cmd_autoscript.c
common/cmd_bootm.c
common/cmd_ximg.c
common/image.c
include/image.h
tools/mkimage.c