mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
x86: Drop the unnecessary base_ptr argument to zboot_dump()
This value is include the bootm_info, so drop the unnecessary parameter. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -342,13 +342,10 @@ const char *zimage_get_kernel_version(struct boot_params *params,
|
||||
*
|
||||
* This shows all available information in a zimage that has been loaded.
|
||||
*
|
||||
* @bmi: Bootm information
|
||||
* @base_ptr: Pointer to the boot parameters, typically at address
|
||||
* DEFAULT_SETUP_BASE
|
||||
* @bmi: Bootm information, with valid base_ptr
|
||||
* @show_cmdline: true to show the full command line
|
||||
*/
|
||||
void zimage_dump(struct bootm_info *bmi, struct boot_params *base_ptr,
|
||||
bool show_cmdline);
|
||||
void zimage_dump(struct bootm_info *bmi, bool show_cmdline);
|
||||
|
||||
/*
|
||||
* bootm_boot_start() - Boot an image at the given address
|
||||
|
||||
Reference in New Issue
Block a user