Re: [SPAM] [PATCH v1 8/8] aspeed: Support create flash devices via command line for AST1030

2024-11-02 Thread Cédric Le Goater
On 10/29/24 10:17, Jamin Lin wrote: Add a "if-statement" in aspeed_minibmc_machine_init function. If users add "-nodefaults" in command line, the flash devices should be created by users setting. Otherwise, the flash devices are created at machine init. Signed-off-by: Jamin Lin Reviewed-by:

[PATCH v1 8/8] aspeed: Support create flash devices via command line for AST1030

2024-10-29 Thread Jamin Lin via
Add a "if-statement" in aspeed_minibmc_machine_init function. If users add "-nodefaults" in command line, the flash devices should be created by users setting. Otherwise, the flash devices are created at machine init. Signed-off-by: Jamin Lin --- hw/arm/aspeed.c | 22 -- 1 fi