]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - cmd/kaslrseed.c
sandbox: move sandbox specifics to booti_setup()
[thirdparty/u-boot.git] / cmd / kaslrseed.c
index 8a1d8120cdcf236f5d9d7e3f8fcb6658d4074b41..9acb8e16386392550c1cfd42d0bbaf76f591c72f 100644 (file)
@@ -68,11 +68,9 @@ static int do_kaslr_seed(struct cmd_tbl *cmdtp, int flag, int argc, char *const
        return ret;
 }
 
-#ifdef CONFIG_SYS_LONGHELP
-static char kaslrseed_help_text[] =
+U_BOOT_LONGHELP(kaslrseed,
        "[n]\n"
-       "  - append random bytes to chosen kaslr-seed node\n";
-#endif
+       "  - append random bytes to chosen kaslr-seed node\n");
 
 U_BOOT_CMD(
        kaslrseed, 1, 0, do_kaslr_seed,