]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ls1012a_common.h
common: Move CONFIG_BOOTARGS to Kconfig
[people/ms/u-boot.git] / include / configs / ls1012a_common.h
index 74af0b9dc6bd8f8dec75b263215c110af49e8f48..9d85341499257ac07b712eee5e7bb8b5ad1fbced 100644 (file)
        "kernel_load=0xa0000000\0"              \
        "kernel_size=0x2800000\0"               \
 
-#define CONFIG_BOOTARGS                "console=ttyS0,115200 root=/dev/ram0 " \
-                               "earlycon=uart8250,mmio,0x21c0500 quiet lpj=250000"
 #define CONFIG_BOOTCOMMAND             "sf probe 0:0; sf read $kernel_load "\
                                        "$kernel_start $kernel_size && "\
                                        "bootm $kernel_load"