diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:13:33 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:52 -0500 |
| commit | 2adbb297471b39741e3e6e2ef04c56187ccaaf68 (patch) | |
| tree | c5f90f3e123b57c2402df4382ea84b2c4be27150 /include | |
| parent | b33953b796ccaafdff903455860b86659c3f44f3 (diff) | |
global: Migrate CONFIG_POSTBOOTMENU to CFG
Perform a simple rename of CONFIG_POSTBOOTMENU to CFG_POSTBOOTMENU
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/nokia_rx51.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 97d08685290..a64b7b34dc1 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -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.;" \ |
