bootm: Fix typo in bootm.h
Fix a typo in include/bootm.h. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
This commit is contained in:
committed by
Tom Rini
parent
e9386ec1d7
commit
4661eb33a4
@@ -25,7 +25,7 @@ struct cmd_tbl;
|
||||
* @addr_img: Address of image to bootm, as passed to
|
||||
* genimg_get_kernel_addr_fit() for processing:
|
||||
*
|
||||
* NULL: Usees default load address, i.e. image_load_addr
|
||||
* NULL: Uses default load address, i.e. image_load_addr
|
||||
* <addr>: Uses hex address
|
||||
*
|
||||
* For FIT:
|
||||
|
||||
Reference in New Issue
Block a user