]> Git Repo - u-boot.git/commit - common/image.c
BOOT: Add RAW ramdisk support to bootz
authorMarek Vasut <[email protected]>
Sun, 18 Mar 2012 11:47:58 +0000 (11:47 +0000)
committerWolfgang Denk <[email protected]>
Fri, 30 Mar 2012 21:00:47 +0000 (23:00 +0200)
commit017e1f3f9fc8745cc12bbd924b0cbc4d6ee5dbf8
tree7c44cb0303a56be05468b3a4960b5e1eced117b0
parent44f074c771c4b70d250b0d7ed2f7513488c678bb
BOOT: Add RAW ramdisk support to bootz

This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is
loaded only in case it's size is specified:

  bootz <kernel addr> <ramdisk addr>:<ramdisk size> <fdt addr>

For example:

  bootz 0x42000000 0x43000000:0x12345 0x44000000

Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Cc: Tom Warren <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Simon Glass <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Nicolas Pitre <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Detlev Zundel <[email protected]>
README
common/cmd_bootm.c
common/image.c
This page took 0.032722 seconds and 4 git commands to generate.