common: Move CONFIG_BOOTARGS to Kconfig
Also introduce CONFIG_USE_BOOTARGS option so we can control if CONFIG_BOOTARGS defined at all. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> [trini: Resync r8a779[56]_ulcb, various ls10xx targets] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
* "41066b564c6ffcef40ccbc1e0a5d0d519604000c785d97bbefd25e4d288d1c8b"
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_BOOTARGS
|
||||
#ifdef CONFIG_USE_BOOTARGS
|
||||
#define CONFIG_SET_BOOTARGS "setenv bootargs \'" CONFIG_BOOTARGS" \';"
|
||||
#else
|
||||
#define CONFIG_SET_BOOTARGS "setenv bootargs \'root=/dev/ram " \
|
||||
|
||||
@@ -44,8 +44,6 @@
|
||||
# define CONFIG_SYS_FEC1_MIIBASE CONFIG_SYS_FEC1_IOBASE
|
||||
# define MCFFEC_TOUT_LOOP 50000
|
||||
|
||||
# define CONFIG_BOOTARGS "root=/dev/mtdblock3 rw rootfstype=jffs2"
|
||||
|
||||
/* If CONFIG_SYS_DISCOVER_PHY is not defined - hardcoded */
|
||||
# ifndef CONFIG_SYS_DISCOVER_PHY
|
||||
# define FECDUPLEX FULL
|
||||
|
||||
@@ -67,22 +67,6 @@
|
||||
#define CONFIG_SYS_FEC0_PHYADDR 0
|
||||
#define CONFIG_SYS_FEC1_PHYADDR 1
|
||||
|
||||
|
||||
#ifdef CONFIG_SYS_NAND_BOOT
|
||||
#define CONFIG_BOOTARGS "root=/dev/mtdblock2 rw rootfstype=jffs2 " \
|
||||
"mtdparts=NAND:1M(u-boot)ro,7M(kernel)ro," \
|
||||
"-(jffs2) console=ttyS0,115200"
|
||||
#else
|
||||
#define CONFIG_BOOTARGS "root=/dev/nfs rw nfsroot=" \
|
||||
__stringify(CONFIG_SERVERIP) ":/tftpboot/" \
|
||||
__stringify(CONFIG_IPADDR) " ip=" \
|
||||
__stringify(CONFIG_IPADDR) ":" \
|
||||
__stringify(CONFIG_SERVERIP)":" \
|
||||
__stringify(CONFIG_GATEWAYIP)": " \
|
||||
__stringify(CONFIG_NETMASK) \
|
||||
"::eth0:off:rw console=ttyS0,115200"
|
||||
#endif
|
||||
|
||||
#define CONFIG_ETHPRIME "FEC0"
|
||||
#define CONFIG_IPADDR 192.168.1.2
|
||||
#define CONFIG_NETMASK 255.255.255.0
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
# define CONFIG_SYS_FEC0_MIIBASE CONFIG_SYS_FEC0_IOBASE
|
||||
# define MCFFEC_TOUT_LOOP 50000
|
||||
|
||||
# define CONFIG_BOOTARGS "root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:2M(kernel)ro,-(jffs2)"
|
||||
# define CONFIG_ETHPRIME "FEC0"
|
||||
# define CONFIG_IPADDR 192.162.1.2
|
||||
# define CONFIG_NETMASK 255.255.255.0
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
# define MCFFEC_TOUT_LOOP 50000
|
||||
# define CONFIG_HAS_ETH1
|
||||
|
||||
# define CONFIG_BOOTARGS "root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel)ro,-(jffs2)"
|
||||
# define CONFIG_ETHPRIME "FEC0"
|
||||
# define CONFIG_IPADDR 192.162.1.2
|
||||
# define CONFIG_NETMASK 255.255.255.0
|
||||
|
||||
@@ -62,10 +62,6 @@
|
||||
#define CONFIG_NETMASK 255.0.0.0
|
||||
|
||||
#define CONFIG_BOOTCOMMAND "run flashboot"
|
||||
#define CONFIG_BOOTARGS "ubi.mtd=4 root=ubi0:rootfs rw " \
|
||||
"rootfstype=ubifs rootflags=sync " \
|
||||
"console=ttyCPM0,115200N8 " \
|
||||
"ip=${ipaddr}:::${netmask}:mcr3k:eth0:off"
|
||||
|
||||
#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
|
||||
#undef CONFIG_LOADS_BAUD_CHANGE /* don't allow baudrate change */
|
||||
|
||||
@@ -584,8 +584,6 @@
|
||||
|
||||
#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyS0\0" \
|
||||
|
||||
@@ -557,8 +557,6 @@
|
||||
|
||||
#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyS0\0" \
|
||||
|
||||
@@ -716,8 +716,6 @@
|
||||
|
||||
#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_PREBOOT "echo;" \
|
||||
"echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
|
||||
"echo"
|
||||
|
||||
@@ -682,12 +682,6 @@ boards, we say we have two, but don't display a message if we find only one. */
|
||||
|
||||
#define CONFIG_NETDEV "eth0"
|
||||
|
||||
#ifdef CONFIG_MPC8349ITX
|
||||
#define CONFIG_HOSTNAME "mpc8349emitx"
|
||||
#else
|
||||
#define CONFIG_HOSTNAME "mpc8349emitxgp"
|
||||
#endif
|
||||
|
||||
/* Default path and filenames */
|
||||
#define CONFIG_ROOTPATH "/nfsroot/rootfs"
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
@@ -701,16 +695,6 @@ boards, we say we have two, but don't display a message if we find only one. */
|
||||
#endif
|
||||
|
||||
|
||||
#define CONFIG_BOOTARGS \
|
||||
"root=/dev/nfs rw" \
|
||||
" nfsroot=" __stringify(CONFIG_SERVERIP) ":" CONFIG_ROOTPATH \
|
||||
" ip=" __stringify(CONFIG_IPADDR) ":" \
|
||||
__stringify(CONFIG_SERVERIP) ":" \
|
||||
__stringify(CONFIG_GATEWAYIP) ":" \
|
||||
__stringify(CONFIG_NETMASK) ":" \
|
||||
CONFIG_HOSTNAME ":" CONFIG_NETDEV ":off" \
|
||||
" console=" __stringify(CONSOLE) "," __stringify(CONFIG_BAUDRATE)
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"console=" __stringify(CONSOLE) "\0" \
|
||||
"netdev=" CONFIG_NETDEV "\0" \
|
||||
|
||||
@@ -636,8 +636,6 @@ extern int board_pci_host_broken(void);
|
||||
|
||||
#define CONFIG_LOADADDR 800000 /* default location for tftp and bootm */
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyS0\0" \
|
||||
|
||||
@@ -651,8 +651,6 @@
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 1000000
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
|
||||
|
||||
@@ -369,8 +369,6 @@
|
||||
|
||||
#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyS0\0" \
|
||||
|
||||
@@ -391,8 +391,6 @@ extern unsigned long get_clock_freq(void);
|
||||
|
||||
#define CONFIG_LOADADDR 200000 /*default location for tftp and bootm*/
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs*/
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyS1\0" \
|
||||
|
||||
@@ -405,8 +405,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
||||
|
||||
#define CONFIG_LOADADDR 1000000 /*default location for tftp and bootm*/
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs*/
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
|
||||
|
||||
@@ -509,8 +509,6 @@ extern unsigned long get_clock_freq(void);
|
||||
|
||||
#define CONFIG_LOADADDR 1000000 /*default location for tftp and bootm*/
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs*/
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"hwconfig=fsl_ddr:ecc=off\0" \
|
||||
"netdev=eth0\0" \
|
||||
|
||||
@@ -387,8 +387,6 @@ extern unsigned long get_clock_freq(void);
|
||||
|
||||
#define CONFIG_LOADADDR 200000 /*default location for tftp and bootm*/
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs*/
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyS1\0" \
|
||||
|
||||
@@ -403,8 +403,6 @@
|
||||
|
||||
#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyCPM\0" \
|
||||
|
||||
@@ -405,8 +405,6 @@ extern unsigned long get_clock_freq(void);
|
||||
|
||||
#define CONFIG_LOADADDR 200000 /*default location for tftp and bootm*/
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs*/
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyS0\0" \
|
||||
|
||||
@@ -494,8 +494,6 @@ extern unsigned long get_clock_freq(void);
|
||||
|
||||
#define CONFIG_LOADADDR 200000 /*default location for tftp and bootm*/
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs*/
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"consoledev=ttyS0\0" \
|
||||
|
||||
@@ -604,8 +604,6 @@
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 1000000
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"hwconfig=fsl_ddr:ctlr_intlv=bank,bank_intlv=cs0_cs1,ecc=off\0" \
|
||||
"netdev=eth0\0" \
|
||||
|
||||
@@ -473,8 +473,6 @@
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 0x10000000
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#if defined(CONFIG_PCI1)
|
||||
#define PCI_ENV \
|
||||
"pcireg=md ${a}000 3; echo o;md ${a}c00 25; echo i; md ${a}da0 15;" \
|
||||
|
||||
@@ -636,8 +636,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 0x10000000
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
#define CONFIG_CPU_SH7722 1
|
||||
#define CONFIG_MIGO_R 1
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200 root=1f01"
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
|
||||
@@ -762,8 +762,6 @@ extern unsigned long get_sdram_size(void);
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 1000000
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"hwconfig=" __stringify(CONFIG_DEF_HWCONFIG) "\0" \
|
||||
"netdev=eth0\0" \
|
||||
|
||||
@@ -450,14 +450,10 @@
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 400000
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_PREBOOT "echo;" \
|
||||
"echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
|
||||
"echo"
|
||||
|
||||
#undef CONFIG_BOOTARGS
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"hostname=tqm834x\0" \
|
||||
|
||||
@@ -506,8 +506,6 @@
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 1000000
|
||||
|
||||
#define CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#if defined(CONFIG_DONGLE)
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
|
||||
@@ -27,9 +27,6 @@
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE \
|
||||
{9600, 19200, 38400, 57600, 115200}
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock2 " \
|
||||
"rootfstype=squashfs"
|
||||
#define CONFIG_BOOTCOMMAND "sf probe;" \
|
||||
"mtdparts default;" \
|
||||
"bootm 0x9f650000"
|
||||
|
||||
@@ -31,9 +31,6 @@
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE \
|
||||
{9600, 19200, 38400, 57600, 115200}
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock2 " \
|
||||
"rootfstype=squashfs"
|
||||
#define CONFIG_BOOTCOMMAND "sf probe;" \
|
||||
"mtdparts default;" \
|
||||
"bootm 0x9f680000"
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
#define CONFIG_CPU_SH7723 1
|
||||
#define CONFIG_AP325RXA 1
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC2,38400"
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0x8BFC0000
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC4,115200"
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
|
||||
@@ -122,9 +122,6 @@
|
||||
#define CONFIG_INITRD_TAG /* send initrd params */
|
||||
|
||||
#define CONFIG_BOOTFILE __stringify(CONFIG_BOARD_NAME) "-linux.bin"
|
||||
#define CONFIG_BOOTARGS "console=" __stringify(ACFG_CONSOLE_DEV) "," \
|
||||
__stringify(CONFIG_BAUDRATE) " " MTDPARTS_DEFAULT \
|
||||
" ubi.mtd=rootfs root=ubi0:rootfs rootfstype=ubifs "
|
||||
|
||||
#define ACFG_CONSOLE_DEV ttySMX0
|
||||
#define CONFIG_BOOTCOMMAND "run ubifsboot"
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
|
||||
#define BOARD_LATE_INIT
|
||||
|
||||
#define CONFIG_BOOTARGS ""
|
||||
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
#define CONFIG_ARCH_CPU_INIT
|
||||
|
||||
@@ -65,10 +65,6 @@
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
||||
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS4,115200n8" \
|
||||
" root=/dev/ram rw"
|
||||
|
||||
#define CONFIG_BOOTCOMMAND "bootm 20080000 20300000"
|
||||
#define CONFIG_ENV_OVERWRITE
|
||||
|
||||
|
||||
@@ -173,10 +173,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* default bootargs that are considered during boot */
|
||||
#define CONFIG_BOOTARGS " console=ttyS2,115200 rootfstype=romfs"\
|
||||
" loaderversion=$loaderversion"
|
||||
|
||||
/* default RAM address for user programs */
|
||||
#define CONFIG_SYS_LOAD_ADDR 0x20000
|
||||
|
||||
|
||||
@@ -62,16 +62,8 @@
|
||||
"fatload mmc 0:1 0x21000000 ${dtb_name}; " \
|
||||
"fatload mmc 0:1 0x22000000 zImage; " \
|
||||
"bootz 0x22000000 - 0x21000000"
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"root=/dev/mmcblk0p2 rw rootwait"
|
||||
|
||||
#else
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256K(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs"
|
||||
|
||||
#ifdef CONFIG_SYS_USE_NANDFLASH
|
||||
/* u-boot env in nand flash */
|
||||
|
||||
@@ -129,10 +129,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0:0; " \
|
||||
"sf read 0x22000000 0x84000 0x294000; " \
|
||||
"bootm 0x22000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
"mtdparts=atmel_nand:-(root) " \
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif CONFIG_SYS_USE_DATAFLASH_CS1
|
||||
|
||||
@@ -143,10 +139,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0:1; " \
|
||||
"sf read 0x22000000 0x84000 0x294000; " \
|
||||
"bootm 0x22000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
"mtdparts=atmel_nand:-(root) " \
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif defined(CONFIG_SYS_USE_NANDFLASH)
|
||||
|
||||
@@ -155,12 +147,6 @@
|
||||
#define CONFIG_ENV_OFFSET_REDUND 0x100000
|
||||
#define CONFIG_ENV_SIZE 0x20000 /* 1 sector = 128 kB */
|
||||
#define CONFIG_BOOTCOMMAND "nand read 0x22000000 0x200000 0x300000; bootm"
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256k(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mtdblock7 rw rootfstype=jffs2"
|
||||
|
||||
#else /* CONFIG_SYS_USE_MMC */
|
||||
/* bootstrap + u-boot + env + linux in mmc */
|
||||
@@ -171,12 +157,6 @@
|
||||
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"fatload mmc 0:1 0x22000000 uImage; bootm"
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256k(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait"
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
|
||||
@@ -115,10 +115,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0; " \
|
||||
"sf read 0x22000000 0x84000 0x294000; " \
|
||||
"bootm 0x22000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
"mtdparts=atmel_nand:-(root) " \
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif CONFIG_SYS_USE_DATAFLASH_CS3
|
||||
|
||||
@@ -130,10 +126,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0:3; " \
|
||||
"sf read 0x22000000 0x84000 0x294000; " \
|
||||
"bootm 0x22000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
"mtdparts=atmel_nand:-(root) " \
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#else /* CONFIG_SYS_USE_NANDFLASH */
|
||||
|
||||
@@ -142,12 +134,6 @@
|
||||
#define CONFIG_ENV_OFFSET_REDUND 0x100000
|
||||
#define CONFIG_ENV_SIZE 0x20000 /* 1 sector = 128 kB */
|
||||
#define CONFIG_BOOTCOMMAND "nand read 0x22000000 0x200000 0x300000; bootm"
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256k(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mtdblock7 rw rootfstype=jffs2"
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
|
||||
@@ -242,10 +242,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0; " \
|
||||
"sf read 0x22000000 0x84000 0x294000; " \
|
||||
"bootm 0x22000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
"mtdparts=atmel_nand:-(root) "\
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif CONFIG_SYS_USE_NANDFLASH
|
||||
|
||||
@@ -254,12 +250,6 @@
|
||||
#define CONFIG_ENV_OFFSET_REDUND 0x100000
|
||||
#define CONFIG_ENV_SIZE 0x20000 /* 1 sector = 128 kB */
|
||||
#define CONFIG_BOOTCOMMAND "nand read 0x22000000 0x200000 0x300000; bootm"
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256k(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mtdblock7 rw rootfstype=jffs2"
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
|
||||
@@ -91,20 +91,10 @@
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"nand read 0x70000000 0x200000 0x300000;" \
|
||||
"bootm 0x70000000"
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256k(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mtdblock7 rw rootfstype=jffs2"
|
||||
#elif CONFIG_SYS_USE_MMC
|
||||
/* bootstrap + u-boot + env + linux in mmc */
|
||||
#define CONFIG_ENV_SIZE 0x4000
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"mtdparts=atmel_nand:" \
|
||||
"8M(bootstrap/uboot/kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mmcblk0p2 rw rootwait"
|
||||
#define CONFIG_BOOTCOMMAND "fatload mmc 0:1 0x71000000 dtb; " \
|
||||
"fatload mmc 0:1 0x72000000 zImage; " \
|
||||
"bootz 0x72000000 - 0x71000000"
|
||||
|
||||
@@ -87,10 +87,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0; " \
|
||||
"sf read 0x22000000 0x84000 0x294000; " \
|
||||
"bootm 0x22000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
"mtdparts=atmel_nand:-(root) "\
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif CONFIG_SYS_USE_NANDFLASH
|
||||
|
||||
@@ -101,12 +97,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "nand read 0x22000000 0x200000 0x600000; " \
|
||||
"nand read 0x21000000 0x180000 0x80000; " \
|
||||
"bootz 0x22000000 - 0x21000000"
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256K(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs"
|
||||
|
||||
#else /* CONFIG_SYS_USE_MMC */
|
||||
|
||||
@@ -115,10 +105,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "fatload mmc 0:1 0x21000000 at91sam9rlek.dtb; " \
|
||||
"fatload mmc 0:1 0x22000000 zImage; " \
|
||||
"bootz 0x22000000 - 0x21000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"mtdparts=atmel_nand:" \
|
||||
"8M(bootstrap/uboot/kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mmcblk0p2 rw rootwait"
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
|
||||
@@ -135,21 +135,6 @@
|
||||
#define CONFIG_ENV_SIZE 0x4000
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SYS_USE_MMC
|
||||
#define CONFIG_BOOTARGS "mem=128M console=ttyS0,115200 " \
|
||||
"mtdparts=atmel_nand:" \
|
||||
"8M(bootstrap/uboot/kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mmcblk0p2 " \
|
||||
"rw rootfstype=ext4 rootwait"
|
||||
#else
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256k(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"rootfstype=ubifs ubi.mtd=7 root=ubi0:rootfs rw"
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
#define CONFIG_SYS_LONGHELP
|
||||
|
||||
@@ -75,7 +75,6 @@
|
||||
* Environment configuration
|
||||
*/
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyS3,115200n8"
|
||||
#define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR
|
||||
|
||||
/*
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
|
||||
/* Boot Linux */
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyAMA0,115200"
|
||||
#define CONFIG_BOOTCOMMAND "bootm"
|
||||
#define CONFIG_LOADADDR 0x42000000
|
||||
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
|
||||
|
||||
@@ -204,7 +204,6 @@
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
#define CONFIG_REVISION_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_BOOTARGS ""
|
||||
#define CONFIG_BOOTCOMMAND "run checkupdate; run checkbutton;"
|
||||
#define CONFIG_BOOT_RETRY_TIME 60 /* continue boot after 60 s inactivity */
|
||||
#define CONFIG_RESET_TO_RETRY
|
||||
|
||||
@@ -155,9 +155,6 @@ u-boot: 'set' command */
|
||||
#define CONFIG_BOOTCOMMAND "bootm 0xffe80000" /*Autoboto command, please
|
||||
enter a valid image address in flash */
|
||||
|
||||
#define CONFIG_BOOTARGS " " /* default bootargs that are
|
||||
considered during boot */
|
||||
|
||||
/* User network settings */
|
||||
|
||||
#define CONFIG_IPADDR 192.168.100.2 /* default board IP address */
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
"bootm 0xa0000000; " \
|
||||
"fi; " \
|
||||
"bootm 0xc0000;"
|
||||
#define CONFIG_BOOTARGS "console=tty0 console=ttyS0,115200"
|
||||
#define CONFIG_TIMESTAMP
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
|
||||
@@ -25,11 +25,7 @@
|
||||
#define CONFIG_ENV_SECT_SIZE 0x1000
|
||||
#define CONFIG_ENV_OFFSET 0x006ef000
|
||||
|
||||
#undef CONFIG_BOOTARGS
|
||||
#undef CONFIG_BOOTCOMMAND
|
||||
|
||||
#define CONFIG_BOOTARGS \
|
||||
"root=/dev/sda2 ro quiet"
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"load scsi 0:2 03000000 /boot/vmlinuz-${kernel-ver}-generic;" \
|
||||
"load scsi 0:2 04000000 /boot/initrd.img-${kernel-ver}-generic;" \
|
||||
|
||||
@@ -105,12 +105,6 @@
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"nand read 0x70000000 0x200000 0x300000;" \
|
||||
"bootm 0x70000000"
|
||||
#define CONFIG_BOOTARGS \
|
||||
"console=ttyS0,115200 earlyprintk " \
|
||||
"mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro," \
|
||||
"256k(env),256k(env_redundant),256k(spare)," \
|
||||
"512k(dtb),6M(kernel)ro,-(rootfs) " \
|
||||
"root=/dev/mtdblock7 rw rootfstype=jffs2"
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
|
||||
@@ -259,8 +259,6 @@
|
||||
#define CONFIG_CMDLINE_TAG
|
||||
#define CONFIG_REVISION_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_BOOTARGS \
|
||||
"mem=32M console=ttyS2,115200n8 root=/dev/mtdblock2 rw noinitrd ip=dhcp"
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS "hwconfig=dsp:wake=yes"
|
||||
|
||||
#ifdef CONFIG_CMD_BDI
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
/* valid baudrates */
|
||||
|
||||
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
|
||||
#undef CONFIG_BOOTARGS
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"addmisc=setenv bootargs ${bootargs} " \
|
||||
|
||||
@@ -165,7 +165,6 @@
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200n8"
|
||||
#define CONFIG_LOADADDR 0x80008000
|
||||
|
||||
/*
|
||||
|
||||
@@ -36,11 +36,7 @@
|
||||
#define CONFIG_ENV_SECT_SIZE 0x1000
|
||||
#define CONFIG_ENV_OFFSET 0x006ef000
|
||||
|
||||
#undef CONFIG_BOOTARGS
|
||||
#undef CONFIG_BOOTCOMMAND
|
||||
|
||||
#define CONFIG_BOOTARGS \
|
||||
"root=/dev/sda1 ro quiet"
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"load scsi 0:1 03000000 /boot/vmlinuz-${kernel-ver}-generic;" \
|
||||
"load scsi 0:1 04000000 /boot/initrd.img-${kernel-ver}-generic;" \
|
||||
|
||||
@@ -58,9 +58,6 @@
|
||||
/* BOOTP options */
|
||||
#define CONFIG_BOOTP_BOOTFILESIZE
|
||||
|
||||
/* Environment - Boot*/
|
||||
#define CONFIG_BOOTARGS "console=ttyMSM0,115200n8"
|
||||
|
||||
#define BOOT_TARGET_DEVICES(func) \
|
||||
func(USB, usb, 0) \
|
||||
func(MMC, mmc, 1) \
|
||||
|
||||
@@ -124,7 +124,6 @@
|
||||
|
||||
/* Default Environment */
|
||||
#define CONFIG_BOOTCOMMAND "sf read ${loadaddr} 0xd0000 0x700000; bootm"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200"
|
||||
#define CONFIG_LOADADDR 0x80000
|
||||
#undef CONFIG_PREBOOT /* override preboot for USB and SPI flash init */
|
||||
#define CONFIG_PREBOOT "usb start; sf probe"
|
||||
|
||||
@@ -28,8 +28,6 @@
|
||||
#define CONFIG_ECOVEC_ROMIMAGE_ADDR 0xA0040000
|
||||
#define CONFIG_SYS_TEXT_BASE 0x8FFC0000
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200"
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#define CONFIG_CMDLINE_TAG 1
|
||||
#define CONFIG_INITRD_TAG 1
|
||||
#define CONFIG_SETUP_MEMORY_TAGS 1
|
||||
#define CONFIG_BOOTARGS "root=/dev/nfs console=ttyAM0,115200 ip=dhcp"
|
||||
#define CONFIG_BOOTFILE "edb93xx.img"
|
||||
|
||||
#define CONFIG_SYS_LDSCRIPT "board/cirrus/edb93xx/u-boot.lds"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
#define CONFIG_ESPT 1
|
||||
#define __LITTLE_ENDIAN 1
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200 root=1f01"
|
||||
#define CONFIG_ENV_OVERWRITE 1
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
|
||||
@@ -164,12 +164,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0:0; " \
|
||||
"sf read 0x22000000 0xc6000 0x294000; " \
|
||||
"bootm 0x22000000"
|
||||
#if defined(CONFIG_CMD_NAND)
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
MTDPARTS_DEFAULT \
|
||||
" rw rootfstype=jffs2"
|
||||
#endif
|
||||
|
||||
/* Misc. u-boot settings */
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
|
||||
@@ -121,8 +121,6 @@
|
||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
|
||||
sizeof(CONFIG_SYS_PROMPT) + 16)
|
||||
|
||||
#define CONFIG_BOOTARGS "root=/dev/ram0 ro console=ttyS0,115200n8"
|
||||
|
||||
#define CONFIG_USB_DEV_PULLUP_GPIO 33
|
||||
/* USB VBUS GPIO 3 */
|
||||
|
||||
|
||||
@@ -86,9 +86,6 @@
|
||||
* Defines where the kernel and FDT will be put in RAM
|
||||
*/
|
||||
|
||||
/* Assume we boot with root on the seventh partition of eMMC */
|
||||
#define CONFIG_BOOTARGS "console=ttyAMA0,115200n8 root=/dev/mmcblk0p9 rw"
|
||||
|
||||
#define BOOT_TARGET_DEVICES(func) \
|
||||
func(USB, usb, 0) \
|
||||
func(MMC, mmc, 1) \
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
* Environment configuration
|
||||
*/
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200n8"
|
||||
#define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR
|
||||
|
||||
/*
|
||||
|
||||
@@ -466,7 +466,6 @@
|
||||
#define CONFIG_PREBOOT "echo;" \
|
||||
"echo Type \\\"run nfsboot\\\" " \
|
||||
"to mount root filesystem over NFS;echo"
|
||||
#undef CONFIG_BOOTARGS
|
||||
#define CONFIG_BOOTCOMMAND "run boot_cramfs"
|
||||
#undef CONFIG_SYS_LOADS_BAUD_CHANGE
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
/*
|
||||
* Command line configuration.
|
||||
*/
|
||||
#define CONFIG_BOOTARGS "root=/dev/mtdblock0 console=ttyAM0 console=tty"
|
||||
#define CONFIG_BOOTCOMMAND ""
|
||||
|
||||
/* Flash settings */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
/*
|
||||
* Command line configuration.
|
||||
*/
|
||||
#define CONFIG_BOOTARGS "root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xfc800010,eth0 video=clcdfb:0"
|
||||
#define CONFIG_BOOTCOMMAND "tftpboot ; bootm"
|
||||
#define CONFIG_SERVERIP 192.168.1.100
|
||||
#define CONFIG_IPADDR 192.168.1.104
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
|
||||
#undef CONFIG_WATCHDOG /* disable platform specific watchdog */
|
||||
|
||||
#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
/*
|
||||
* Miscellaneous configurable options
|
||||
*/
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_INITRD_TAG
|
||||
|
||||
#define CONFIG_BOOTARGS "root=/dev/null console=ttySC4,115200"
|
||||
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
/* MEMORY */
|
||||
|
||||
@@ -144,8 +144,6 @@
|
||||
/*
|
||||
* Default environment variables
|
||||
*/
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200"
|
||||
|
||||
#define CONFIG_BOOTCOMMAND \
|
||||
"dhcp && run netconsole; " \
|
||||
"if run usbload || run diskload; then bootm; fi"
|
||||
|
||||
@@ -101,8 +101,6 @@
|
||||
"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"
|
||||
|
||||
@@ -484,8 +484,6 @@
|
||||
"&& esbc_halt; run nor_bootcmd;"
|
||||
#endif
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0"
|
||||
|
||||
/*
|
||||
* Miscellaneous configurable options
|
||||
*/
|
||||
|
||||
@@ -326,10 +326,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "run distro_bootcmd; env exists secureboot" \
|
||||
"&& esbc_halt; run nor_bootcmd;"
|
||||
#endif
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
|
||||
"earlycon=uart8250,mmio,0x21c0500 " \
|
||||
MTDPARTS_DEFAULT
|
||||
#endif
|
||||
|
||||
/* Monitor Command Prompt */
|
||||
|
||||
@@ -264,10 +264,6 @@
|
||||
"sf probe && sf read $load_addr " \
|
||||
"$kernel_start $kernel_size && bootm $load_addr#$board\0"
|
||||
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
|
||||
"earlycon=uart8250,mmio,0x21c0500 " \
|
||||
MTDPARTS_DEFAULT
|
||||
#endif
|
||||
|
||||
/* Monitor Command Prompt */
|
||||
|
||||
@@ -203,10 +203,6 @@ unsigned long long get_qixis_addr(void);
|
||||
"mcinitcmd=fsl_mc start mc 0x580a00000" \
|
||||
" 0x580e00000 \0"
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
|
||||
"earlycon=uart8250,mmio,0x21c0500 " \
|
||||
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
|
||||
" hugepagesz=2m hugepages=256"
|
||||
#ifdef CONFIG_SD_BOOT
|
||||
#define CONFIG_BOOTCOMMAND "mmc read 0x80200000 0x6800 0x800;"\
|
||||
" fsl_mc apply dpl 0x80200000 &&" \
|
||||
|
||||
@@ -456,12 +456,6 @@ unsigned long get_board_sys_clk(void);
|
||||
"env exists secureboot && esbc_halt; "
|
||||
#endif
|
||||
|
||||
#undef CONFIG_BOOTARGS
|
||||
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
|
||||
"earlycon=uart8250,mmio,0x21c0600 " \
|
||||
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
|
||||
" hugepagesz=2m hugepages=256"
|
||||
|
||||
/* MAC/PHY configuration */
|
||||
#ifdef CONFIG_FSL_MC_ENET
|
||||
#define CONFIG_PHYLIB_10G
|
||||
|
||||
@@ -71,7 +71,6 @@
|
||||
*/
|
||||
#define CONFIG_LOADADDR 0x00800000
|
||||
#define CONFIG_BOOTCOMMAND "run bootcmd_${bootsource}"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/sda2"
|
||||
|
||||
#if defined(CONFIG_LSXHL)
|
||||
#define CONFIG_FDTFILE "kirkwood-lsxhl.dtb"
|
||||
|
||||
@@ -102,7 +102,6 @@
|
||||
|
||||
/* Booting Linux */
|
||||
#define CONFIG_BOOTFILE "fitImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyAMA0,115200n8 "
|
||||
#define CONFIG_BOOTCOMMAND "run mmc_mmc"
|
||||
#define CONFIG_LOADADDR 0x42000000
|
||||
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
|
||||
|
||||
@@ -190,7 +190,6 @@
|
||||
#define CONFIG_REVISION_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_BOOTFILE "fitImage"
|
||||
#define CONFIG_BOOTARGS "console=ttymxc1,115200"
|
||||
#define CONFIG_LOADADDR 0x70800000
|
||||
#define CONFIG_BOOTCOMMAND "run mmc_mmc"
|
||||
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
|
||||
|
||||
#include "at91-sama5_common.h"
|
||||
#undef CONFIG_BOOTARGS
|
||||
#define CONFIG_SYS_USE_SERIALFLASH 1
|
||||
#define CONFIG_BOARD_LATE_INIT
|
||||
|
||||
@@ -113,7 +112,6 @@
|
||||
#define CONFIG_INITRD_TAG
|
||||
#define CONFIG_SETUP_MEMORY_TAGS
|
||||
#define CONFIG_BOOTFILE "fitImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyS3,115200"
|
||||
#define CONFIG_LOADADDR 0x20800000
|
||||
#define CONFIG_BOOTCOMMAND "run mmc_mmc"
|
||||
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
|
||||
|
||||
@@ -191,7 +191,6 @@
|
||||
/* default load address */
|
||||
#define CONFIG_SYS_LOAD_ADDR 0
|
||||
|
||||
#define CONFIG_BOOTARGS "root=romfs"
|
||||
#define CONFIG_HOSTNAME XILINX_BOARD_NAME
|
||||
#define CONFIG_BOOTCOMMAND "base 0;tftp 11000000 image.img;bootm"
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
/* Supported commands */
|
||||
|
||||
/* Default environment variables */
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200"
|
||||
#define CONFIG_BOOTFILE "/boot/zImage"
|
||||
#define CONFIG_LOADADDR 0x8E000000
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#define CONFIG_CPU_SH7720 1
|
||||
#define CONFIG_MS7720SE 1
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200"
|
||||
#define CONFIG_BOOTFILE "/boot/zImage"
|
||||
#define CONFIG_LOADADDR 0x8E000000
|
||||
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
#define CONFIG_CPU_SH7722 1
|
||||
#define CONFIG_MS7722SE 1
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200 root=1f01"
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
*/
|
||||
#define CONFIG_CONS_SCIF1 1
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,38400"
|
||||
#define CONFIG_ENV_OVERWRITE 1
|
||||
|
||||
/* SDRAM */
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
|
||||
/* Booting Linux */
|
||||
#define CONFIG_BOOTFILE "fitImage"
|
||||
#define CONFIG_BOOTARGS "console=ttymxc1,115200 "
|
||||
#define CONFIG_BOOTCOMMAND "run distro_bootcmd ; run net_nfs"
|
||||
#define CONFIG_HOSTNAME novena
|
||||
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
* Environment configuration
|
||||
*/
|
||||
#define CONFIG_BOOTFILE "uImage"
|
||||
#define CONFIG_BOOTARGS "console=ttyARC0,115200n8"
|
||||
#define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR
|
||||
|
||||
/*
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
|
||||
/* Console configuration */
|
||||
|
||||
#define CONFIG_BOOTARGS "Please use defined boot"
|
||||
#define CONFIG_BOOTCOMMAND "run autoboot"
|
||||
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
|
||||
|
||||
|
||||
@@ -85,7 +85,6 @@
|
||||
#define ACFG_CONSOLE_DEV ttymxc0
|
||||
#define CONFIG_SYS_AUTOLOAD "no"
|
||||
#define CONFIG_ROOTPATH "/tftpboot/" __stringify(CONFIG_BOARD_NAME) "-root"
|
||||
#define CONFIG_BOOTARGS "console=" __stringify(ACFG_CONSOLE_DEV) "," __stringify(CONFIG_BAUDRATE)
|
||||
#define CONFIG_PREBOOT "run check_env"
|
||||
#define CONFIG_BOOTCOMMAND "run emmcboot"
|
||||
|
||||
|
||||
@@ -858,8 +858,6 @@
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 1000000
|
||||
|
||||
#define CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#ifdef __SW_BOOT_NOR
|
||||
#define __NOR_RST_CMD \
|
||||
norboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NOR 1; \
|
||||
|
||||
@@ -426,8 +426,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
||||
/* default location for tftp and bootm */
|
||||
#define CONFIG_LOADADDR 1000000
|
||||
|
||||
#define CONFIG_BOOTARGS /* the boot command will set bootargs */
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"netdev=eth0\0" \
|
||||
"uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#endif
|
||||
|
||||
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
|
||||
#undef CONFIG_BOOTARGS
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"addmisc=setenv bootargs ${bootargs} " \
|
||||
|
||||
@@ -106,8 +106,6 @@
|
||||
/* 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"
|
||||
|
||||
@@ -221,10 +221,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0; " \
|
||||
"sf read 0x22000000 0x84000 0x210000; " \
|
||||
"bootm 0x22000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
"mtdparts=atmel_nand:-(root) " \
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif defined(CONFIG_SYS_USE_NANDFLASH) /* CONFIG_SYS_USE_NANDFLASH */
|
||||
|
||||
@@ -233,12 +229,6 @@
|
||||
#define CONFIG_ENV_OFFSET_REDUND 0x80000
|
||||
#define CONFIG_ENV_SIZE 0x20000 /* 1 sector = 128 kB */
|
||||
#define CONFIG_BOOTCOMMAND "nand read 0x22000000 0xA0000 0x200000; bootm"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock5 " \
|
||||
"mtdparts=atmel_nand:128k(bootstrap)ro," \
|
||||
"256k(uboot)ro,128k(env1)ro," \
|
||||
"128k(env2)ro,2M(linux),-(root) " \
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif defined (CONFIG_SYS_USE_FLASH)
|
||||
|
||||
@@ -266,7 +256,6 @@
|
||||
"nand:-(nand)"
|
||||
|
||||
#define CONFIG_CON_ROT "fbcon=rotate:3 "
|
||||
#define CONFIG_BOOTARGS "root=/dev/mtdblock4 rootfstype=jffs2 " CONFIG_CON_ROT
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"mtdids=" MTDIDS_DEFAULT "\0" \
|
||||
|
||||
@@ -250,10 +250,6 @@
|
||||
#define CONFIG_BOOTCOMMAND "sf probe 0; " \
|
||||
"sf read 0x22000000 0x84000 0x294000; " \
|
||||
"bootm 0x22000000"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock0 " \
|
||||
"mtdparts=atmel_nand:-(root) "\
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif defined(CONFIG_SYS_USE_NANDFLASH) /* CFG_USE_NANDFLASH */
|
||||
|
||||
@@ -262,16 +258,6 @@
|
||||
#define CONFIG_ENV_OFFSET_REDUND 0x80000
|
||||
#define CONFIG_ENV_SIZE 0x20000 /* 1 sector = 128 kB */
|
||||
#define CONFIG_BOOTCOMMAND "nand read 0x22000000 0xA0000 0x200000; bootm"
|
||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock5 " \
|
||||
"mtdparts=atmel_nand:" \
|
||||
"128k(bootstrap)ro," \
|
||||
"256k(uboot)ro," \
|
||||
"128k(env1)ro," \
|
||||
"128k(env2)ro," \
|
||||
"2M(linux)," \
|
||||
"-(root) " \
|
||||
"rw rootfstype=jffs2"
|
||||
|
||||
#elif defined(CONFIG_SYS_USE_FLASH) /* CFG_USE_FLASH */
|
||||
|
||||
@@ -291,8 +277,6 @@
|
||||
#define CONFIG_ROOTPATH "/ronetix/rootfs"
|
||||
|
||||
#define CONFIG_CON_ROT "fbcon=rotate:3 "
|
||||
#define CONFIG_BOOTARGS "root=/dev/mtdblock4 rootfstype=jffs2 "\
|
||||
CONFIG_CON_ROT
|
||||
|
||||
#define MTDIDS_DEFAULT "nor0=physmap-flash.0,nand0=nand"
|
||||
#define MTDPARTS_DEFAULT \
|
||||
|
||||
@@ -118,13 +118,6 @@
|
||||
#define CONFIG_ENV_OFFSET_REDUND 0x80000
|
||||
#define CONFIG_ENV_SIZE 0x20000 /* 1 sector = 128 kB */
|
||||
#define CONFIG_BOOTCOMMAND "nand read 0x72000000 0x200000 0x200000; bootm"
|
||||
#define CONFIG_BOOTARGS "fbcon=rotate:3 console=tty0 " \
|
||||
"console=ttyS0,115200 " \
|
||||
"root=/dev/mtdblock4 " \
|
||||
"mtdparts=atmel_nand:128k(bootstrap)ro," \
|
||||
"256k(uboot)ro,1664k(env)," \
|
||||
"2M(linux)ro,-(root) rw " \
|
||||
"rootfstype=jffs2"
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 256
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#define CONFIG_MISC_INIT_R
|
||||
|
||||
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
|
||||
#undef CONFIG_BOOTARGS
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"addmisc=setenv bootargs ${bootargs} " \
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#define CONFIG_MISC_INIT_R
|
||||
|
||||
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
|
||||
#undef CONFIG_BOOTARGS
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"addmisc=setenv bootargs ${bootargs} " \
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0x8FFC0000
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC3,115200"
|
||||
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
/* SCIF */
|
||||
#define CONFIG_CONS_SCIF1 1
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200"
|
||||
#define CONFIG_ENV_OVERWRITE 1
|
||||
|
||||
/* SDRAM */
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
#define CONFIG_CONS_SCIF0 1
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttySC0,115200"
|
||||
#define CONFIG_ENV_OVERWRITE 1
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0x0FFC0000
|
||||
|
||||
@@ -21,8 +21,6 @@
|
||||
#define CONFIG_INITRD_TAG
|
||||
#define CONFIG_CMDLINE_EDITING
|
||||
|
||||
#define CONFIG_BOOTARGS ""
|
||||
|
||||
#undef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
||||
#define CONFIG_ARCH_CPU_INIT
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user