]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/picosam9g45.h
common: Move CONFIG_BOOTARGS to Kconfig
[people/ms/u-boot.git] / include / configs / picosam9g45.h
index c8ab54210528dac864279ed714085749d2257b80..3998edaeb0d0a5ed9be4fe4ea738c03bd933ef77 100644 (file)
 /* bootstrap + u-boot + env + linux in mmc */
 #define CONFIG_ENV_SIZE                0x4000
 
-#define CONFIG_BOOTARGS                "console=ttyS0,115200 " \
-                               "root=/dev/mmcblk0p2 rw rootwait"
 #define CONFIG_BOOTCOMMAND     "fatload mmc 0:1 0x21000000 dtb; " \
                                "fatload mmc 0:1 0x22000000 zImage; " \
                                "bootz 0x22000000 - 0x21000000"