]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: Clean up bootz_setup() function
authorSimon Glass <sjg@chromium.org>
Thu, 4 Jul 2013 20:26:10 +0000 (13:26 -0700)
committerTom Rini <trini@ti.com>
Wed, 10 Jul 2013 13:15:14 +0000 (09:15 -0400)
commita5266d6b5d3d94bbbf7fed572a96aa0e90ff4199
tree9e3081db245b9dbf6704048982131ce807e9253b
parenta26913f32df0d26b94f6c5518d744df5ba6ededb
bootm: Clean up bootz_setup() function

This function has no prototype in the headers and passes void * around, thus
requiring several casts. Tidy this up.

- Add new patch to clean up bootz_setup() function

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/bootm.c
common/cmd_bootm.c
include/image.h