Re: [U-Boot] [PATCH v2 01/28] display_options: Refactor to allow obtaining the banner

2017-06-08 Thread sjg
Move the display options code into a separate function so that the U-Boot banner can be obtained from other code. Adjust the 'version' command to use it. Signed-off-by: Simon Glass --- Changes in v2: None cmd/version.c | 4 +++- include/display_options.h | 15

[U-Boot] [PATCH v2 01/28] display_options: Refactor to allow obtaining the banner

2017-05-31 Thread Simon Glass
Move the display options code into a separate function so that the U-Boot banner can be obtained from other code. Adjust the 'version' command to use it. Signed-off-by: Simon Glass --- Changes in v2: None cmd/version.c | 4 +++- include/display_options.h | 15