diff options
Diffstat (limited to 'configs/h2200_defconfig')
-rw-r--r-- | configs/h2200_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/h2200_defconfig b/configs/h2200_defconfig index cdc059a1568..bb4e67eff2f 100644 --- a/configs/h2200_defconfig +++ b/configs/h2200_defconfig @@ -3,6 +3,8 @@ CONFIG_TARGET_H2200=y CONFIG_FIT=y # CONFIG_FIT_ENABLE_SHA256_SUPPORT is not set CONFIG_ENV_IS_NOWHERE=y +CONFIG_USE_BOOTARGS=y +CONFIG_BOOTARGS="root=/dev/ram0 ro console=ttyS0,115200n8" CONFIG_SYS_CONSOLE_IS_IN_ENV=y # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set |