diff options
Diffstat (limited to 'configs/snapper9260_defconfig')
-rw-r--r-- | configs/snapper9260_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/snapper9260_defconfig b/configs/snapper9260_defconfig index 2e86f954c8..b2e1d5263f 100644 --- a/configs/snapper9260_defconfig +++ b/configs/snapper9260_defconfig @@ -5,6 +5,8 @@ CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260" CONFIG_ENV_IS_IN_NAND=y CONFIG_BOOTDELAY=3 +CONFIG_USE_BOOTARGS=y +CONFIG_BOOTARGS="console=ttyS0,115200 ip=any" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="Snapper> " |