Re: [RFC PATCH v3 31/37] kvx: Add kvx default config file

From: Arnd Bergmann
Date: Tue Jul 23 2024 - 04:56:06 EST


On Mon, Jul 22, 2024, at 09:41, ysionneau@xxxxxxxxxxxxx wrote:
> From: Yann Sionneau <ysionneau@xxxxxxxxxxxxx>
>
> 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