On Mon, Jul 22, 2024, at 09:41, ysionneau@kalrayinc.com wrote:
> From: Yann Sionneau <ysionneau@kalrayinc.com>
>
> Add a default config file for kvx based Coolidge SoC.
I found only two very minor things I would change:
> @@ -0,0 +1,130 @@
> +CONFIG_DEFAULT_HOSTNAME="KVXlinux"
Not needed
> +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15
> +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7
> +CONFIG_PANIC_TIMEOUT=-1
> +CONFIG_BLK_DEV_INITRD=y
Should use initramfs instead of initrd
Arnd