global: Migrate CONFIG_POSTBOOTMENU to CFG
Perform a simple rename of CONFIG_POSTBOOTMENU to CFG_POSTBOOTMENU Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
b33953b796
commit
2adbb29747
@ -577,8 +577,8 @@ cleanup:
|
||||
free(command);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_POSTBOOTMENU
|
||||
run_command(CONFIG_POSTBOOTMENU, 0);
|
||||
#ifdef CFG_POSTBOOTMENU
|
||||
run_command(CFG_POSTBOOTMENU, 0);
|
||||
#endif
|
||||
|
||||
if (efi_ret != EFI_SUCCESS || cmd_ret != CMD_RET_SUCCESS)
|
||||
|
@ -128,7 +128,7 @@
|
||||
"bootmenu_delay=30\0" \
|
||||
""
|
||||
|
||||
#define CONFIG_POSTBOOTMENU \
|
||||
#define CFG_POSTBOOTMENU \
|
||||
"echo;" \
|
||||
"echo Extra commands:;" \
|
||||
"echo run sdboot - Boot from SD card slot.;" \
|
||||
|
Loading…
Reference in New Issue
Block a user