mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
bootscript: rockchip64, rk3588-legacy: Inform user that kaslrseed error can be ignored
This commit is contained in:
@@ -80,6 +80,8 @@ else
|
||||
source ${load_addr}
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "Trying 'kaslrseed' command... Info: 'Unknown command' can be safely ignored since 'kaslrseed' does not apply to all boards."
|
||||
kaslrseed # @TODO: This gives an error (Unknown command ' kaslrseed ' - try 'help') on many devices since CONFIG_CMD_KASLRSEED is not enabled
|
||||
booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
|
||||
|
||||
|
||||
@@ -74,6 +74,8 @@ else
|
||||
source ${load_addr}
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "Trying 'kaslrseed' command... Info: 'Unknown command' can be safely ignored since 'kaslrseed' does not apply to all boards."
|
||||
kaslrseed # @TODO: This gives an error (Unknown command ' kaslrseed ' - try 'help') on many devices since CONFIG_CMD_KASLRSEED is not enabled
|
||||
booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user