]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tx53: add init=/linuxrc to the default bootargs
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 15 Jan 2014 11:27:01 +0000 (12:27 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 15 Jan 2014 11:27:01 +0000 (12:27 +0100)
include/configs/tx53.h

index 5115da95fe9e21cf68cc54370cb44495b17886e4..8f957b8fe4b39e931fbab97a92a6d1493fcdc24e 100644 (file)
 #define CONFIG_ZERO_BOOTDELAY_CHECK
 #define CONFIG_SYS_AUTOLOAD            "no"
 #define CONFIG_BOOTFILE                        "uImage"
-#define CONFIG_BOOTARGS                        "console=ttymxc0,115200 ro debug panic=1"
+#define CONFIG_BOOTARGS                        "init=/linuxrc console=ttymxc0,115200 ro debug panic=1"
 #define CONFIG_BOOTCOMMAND             "run bootcmd_nand"
 #define CONFIG_LOADADDR                        78000000
 #define CONFIG_SYS_LOAD_ADDR           _pfx(0x, CONFIG_LOADADDR)