blob: 6c8579f9ec1b2361350bb758075baba9ba6e662c [file] [log] [blame]
Timur Tabic59e1b42010-06-14 15:28:24 -05001/*
2 * Copyright 2010 Freescale Semiconductor, Inc.
3 * Authors: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
4 * Timur Tabi <timur@freescale.com>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the Free
8 * Software Foundation; either version 2 of the License, or (at your option)
9 * any later version.
10 */
11
12#ifndef __CONFIG_H
13#define __CONFIG_H
14
15#include "../board/freescale/common/ics307_clk.h"
16
17/* High Level Configuration Options */
18#define CONFIG_BOOKE /* BOOKE */
19#define CONFIG_E500 /* BOOKE e500 family */
20#define CONFIG_MPC85xx /* MPC8540/60/55/41/48 */
21#define CONFIG_P1022
22#define CONFIG_P1022DS
23#define CONFIG_MP /* support multiple processors */
24
Wolfgang Denk2ae18242010-10-06 09:05:45 +020025#ifndef CONFIG_SYS_TEXT_BASE
26#define CONFIG_SYS_TEXT_BASE 0xeff80000
27#endif
28
Timur Tabic59e1b42010-06-14 15:28:24 -050029#define CONFIG_FSL_ELBC /* Has Enhanced localbus controller */
30#define CONFIG_PCI /* Enable PCI/PCIE */
31#define CONFIG_PCIE1 /* PCIE controler 1 (slot 1) */
32#define CONFIG_PCIE2 /* PCIE controler 2 (slot 2) */
33#define CONFIG_PCIE3 /* PCIE controler 3 (ULI bridge) */
34#define CONFIG_FSL_PCI_INIT /* Use common FSL init code */
35#define CONFIG_FSL_PCIE_RESET /* need PCIe reset errata */
36#define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
Kumar Gala47ec10c2010-07-11 12:41:46 -050037#define CONFIG_SYS_HAS_SERDES /* has SERDES */
Timur Tabic59e1b42010-06-14 15:28:24 -050038
39#define CONFIG_PHYS_64BIT
40#define CONFIG_ENABLE_36BIT_PHYS
41#define CONFIG_ADDR_MAP
42#define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */
43
44#define CONFIG_FSL_LAW /* Use common FSL init code */
45
46#define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
47#define CONFIG_DDR_CLK_FREQ get_board_ddr_clk()
48#define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 clock chip ref freq */
49
50/*
51 * These can be toggled for performance analysis, otherwise use default.
52 */
53#define CONFIG_L2_CACHE
54#define CONFIG_BTB
55
56#define CONFIG_SYS_MEMTEST_START 0x00000000
57#define CONFIG_SYS_MEMTEST_END 0x7fffffff
58
59/*
60 * Base addresses -- Note these are effective addresses where the
61 * actual resources get mapped (not physical addresses)
62 */
63#define CONFIG_SYS_CCSRBAR_DEFAULT 0xff700000 /* CCSRBAR Default */
64#define CONFIG_SYS_CCSRBAR 0xffe00000 /* relocated CCSRBAR */
65#define CONFIG_SYS_CCSRBAR_PHYS 0xfffe00000ull
66#define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR
67
Timur Tabic59e1b42010-06-14 15:28:24 -050068/* DDR Setup */
69#define CONFIG_DDR_SPD
70#define CONFIG_VERY_BIG_RAM
71#define CONFIG_FSL_DDR3
72
73#ifdef CONFIG_DDR_ECC
74#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
75#define CONFIG_MEM_INIT_VALUE 0xdeadbeef
76#endif
77
78#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000
79#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
80
81#define CONFIG_NUM_DDR_CONTROLLERS 1
82#define CONFIG_DIMM_SLOTS_PER_CTLR 1
83#define CONFIG_CHIP_SELECTS_PER_CTRL (2 * CONFIG_DIMM_SLOTS_PER_CTLR)
84
85/* I2C addresses of SPD EEPROMs */
86#define CONFIG_SYS_SPD_BUS_NUM 1
87#define SPD_EEPROM_ADDRESS1 0x51 /* CTLR 0 DIMM 0 */
88
89/*
90 * Memory map
91 *
92 * 0x0000_0000 0x7fff_ffff DDR 2G Cacheable
93 * 0x8000_0000 0xdfff_ffff PCI Express Mem 1.5G non-cacheable
94 * 0xffc0_0000 0xffc2_ffff PCI IO range 192K non-cacheable
95 *
96 * Localbus cacheable (TBD)
97 * 0xXXXX_XXXX 0xXXXX_XXXX SRAM YZ M Cacheable
98 *
99 * Localbus non-cacheable
100 * 0xe000_0000 0xe80f_ffff Promjet/free 128M non-cacheable
101 * 0xe800_0000 0xefff_ffff FLASH 128M non-cacheable
102 * 0xffdf_0000 0xffdf_7fff PIXIS 32K non-cacheable TLB0
103 * 0xffd0_0000 0xffd0_3fff L1 for stack 16K Cacheable TLB0
104 * 0xffe0_0000 0xffef_ffff CCSR 1M non-cacheable
105 */
106
107/*
108 * Local Bus Definitions
109 */
110#define CONFIG_SYS_FLASH_BASE 0xe0000000 /* start of FLASH 128M */
111#define CONFIG_SYS_FLASH_BASE_PHYS 0xfe0000000ull
112
113#define CONFIG_FLASH_BR_PRELIM \
114 (BR_PHYS_ADDR((CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000)) | BR_PS_16 | BR_V)
115#define CONFIG_FLASH_OR_PRELIM (OR_AM_128MB | 0xff7)
116
117#define CONFIG_SYS_BR0_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */
118#define CONFIG_SYS_OR0_PRELIM CONFIG_FLASH_OR_PRELIM /* NOR Options */
119
120#define CONFIG_SYS_BR1_PRELIM \
121 (BR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | BR_PS_16 | BR_V)
122#define CONFIG_SYS_OR1_PRELIM CONFIG_FLASH_OR_PRELIM
123
124#define CONFIG_SYS_FLASH_BANKS_LIST \
125 {CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000, CONFIG_SYS_FLASH_BASE_PHYS}
126#define CONFIG_SYS_FLASH_QUIET_TEST
127#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */
128
129#define CONFIG_SYS_MAX_FLASH_BANKS 2
130#define CONFIG_SYS_MAX_FLASH_SECT 1024
131
Wolfgang Denk14d0a022010-10-07 21:51:12 +0200132#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
Timur Tabic59e1b42010-06-14 15:28:24 -0500133
134#define CONFIG_FLASH_CFI_DRIVER
135#define CONFIG_SYS_FLASH_CFI
136#define CONFIG_SYS_FLASH_EMPTY_INFO
137
138#define CONFIG_BOARD_EARLY_INIT_F
139#define CONFIG_BOARD_EARLY_INIT_R
140#define CONFIG_MISC_INIT_R
Timur Tabia2d12f82010-07-21 16:56:19 -0500141#define CONFIG_HWCONFIG
Timur Tabic59e1b42010-06-14 15:28:24 -0500142
143#define CONFIG_FSL_NGPIXIS
144#define PIXIS_BASE 0xffdf0000 /* PIXIS registers */
145#define PIXIS_BASE_PHYS 0xfffdf0000ull
146
147#define CONFIG_SYS_BR2_PRELIM (BR_PHYS_ADDR(PIXIS_BASE_PHYS) | BR_PS_8 | BR_V)
148#define CONFIG_SYS_OR2_PRELIM (OR_AM_32KB | 0x6ff7)
149
150#define PIXIS_LBMAP_SWITCH 7
151#define PIXIS_LBMAP_MASK 0xE0
152#define PIXIS_LBMAP_ALTBANK 0x20
153
154#define CONFIG_SYS_INIT_RAM_LOCK
155#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */
Wolfgang Denk553f0982010-10-26 13:32:32 +0200156#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 /* Size of used area in RAM */
Timur Tabic59e1b42010-06-14 15:28:24 -0500157
Timur Tabic59e1b42010-06-14 15:28:24 -0500158#define CONFIG_SYS_GBL_DATA_OFFSET \
Wolfgang Denk25ddd1f2010-10-26 14:34:52 +0200159 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Timur Tabic59e1b42010-06-14 15:28:24 -0500160#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
161
162#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
163#define CONFIG_SYS_MALLOC_LEN (6 * 1024 * 1024)
164
165/*
166 * Serial Port
167 */
168#define CONFIG_CONS_INDEX 1
169#define CONFIG_SYS_NS16550
170#define CONFIG_SYS_NS16550_SERIAL
171#define CONFIG_SYS_NS16550_REG_SIZE 1
172#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
173
174#define CONFIG_SYS_BAUDRATE_TABLE \
175 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
176
177#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
178#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
179
180/* Use the HUSH parser */
181#define CONFIG_SYS_HUSH_PARSER
182#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
183
Timur Tabic59e1b42010-06-14 15:28:24 -0500184/* Video */
Timur Tabid5e01e42010-09-24 01:25:53 +0200185#undef CONFIG_FSL_DIU_FB
186
187#ifdef CONFIG_FSL_DIU_FB
188#define CONFIG_SYS_DIU_ADDR (CONFIG_SYS_CCSRBAR + 0x10000)
189#define CONFIG_VIDEO
190#define CONFIG_CMD_BMP
Timur Tabic59e1b42010-06-14 15:28:24 -0500191#define CONFIG_CFB_CONSOLE
192#define CONFIG_VGA_AS_SINGLE_DEVICE
Timur Tabid5e01e42010-09-24 01:25:53 +0200193#define CONFIG_VIDEO_LOGO
194#define CONFIG_VIDEO_BMP_LOGO
Timur Tabi55b05232010-09-16 16:35:44 -0500195#define CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS
196/*
197 * With CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS, flash I/O is really slow, so
198 * disable empty flash sector detection, which is I/O-intensive.
199 */
200#undef CONFIG_SYS_FLASH_EMPTY_INFO
Timur Tabic59e1b42010-06-14 15:28:24 -0500201#endif
202
203/*
204 * Pass open firmware flat tree
205 */
206#define CONFIG_OF_LIBFDT
207#define CONFIG_OF_BOARD_SETUP
208#define CONFIG_OF_STDOUT_VIA_ALIAS
209
210/* new uImage format support */
211#define CONFIG_FIT
212#define CONFIG_FIT_VERBOSE
213
214/* I2C */
215#define CONFIG_FSL_I2C
216#define CONFIG_HARD_I2C
217#define CONFIG_I2C_MULTI_BUS
218#define CONFIG_SYS_I2C_SPEED 400000
219#define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
220#define CONFIG_SYS_I2C_SLAVE 0x7F
221#define CONFIG_SYS_I2C_NOPROBES {{0, 0x29}}
222#define CONFIG_SYS_I2C_OFFSET 0x3000
223#define CONFIG_SYS_I2C2_OFFSET 0x3100
224
225/*
226 * I2C2 EEPROM
227 */
228#define CONFIG_ID_EEPROM
229#define CONFIG_SYS_I2C_EEPROM_NXID
230#define CONFIG_SYS_I2C_EEPROM_ADDR 0x57
231#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
232#define CONFIG_SYS_EEPROM_BUS_NUM 1
233
234/*
235 * General PCI
236 * Memory space is mapped 1-1, but I/O space must start from 0.
237 */
238
239/* controller 1, Slot 2, tgtid 1, Base address a000 */
240#define CONFIG_SYS_PCIE1_MEM_VIRT 0xc0000000
241#define CONFIG_SYS_PCIE1_MEM_BUS 0xe0000000
242#define CONFIG_SYS_PCIE1_MEM_PHYS 0xc40000000ull
243#define CONFIG_SYS_PCIE1_MEM_SIZE 0x20000000 /* 512M */
244#define CONFIG_SYS_PCIE1_IO_VIRT 0xffc20000
245#define CONFIG_SYS_PCIE1_IO_BUS 0x00000000
246#define CONFIG_SYS_PCIE1_IO_PHYS 0xfffc20000ull
247#define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */
248
249/* controller 2, direct to uli, tgtid 2, Base address 9000 */
250#define CONFIG_SYS_PCIE2_MEM_VIRT 0xa0000000
251#define CONFIG_SYS_PCIE2_MEM_BUS 0xe0000000
252#define CONFIG_SYS_PCIE2_MEM_PHYS 0xc20000000ull
253#define CONFIG_SYS_PCIE2_MEM_SIZE 0x20000000 /* 512M */
254#define CONFIG_SYS_PCIE2_IO_VIRT 0xffc10000
255#define CONFIG_SYS_PCIE2_IO_BUS 0x00000000
256#define CONFIG_SYS_PCIE2_IO_PHYS 0xfffc10000ull
257#define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */
258
259/* controller 3, Slot 1, tgtid 3, Base address b000 */
260#define CONFIG_SYS_PCIE3_MEM_VIRT 0x80000000
261#define CONFIG_SYS_PCIE3_MEM_BUS 0xe0000000
262#define CONFIG_SYS_PCIE3_MEM_PHYS 0xc00000000ull
263#define CONFIG_SYS_PCIE3_MEM_SIZE 0x20000000 /* 512M */
264#define CONFIG_SYS_PCIE3_IO_VIRT 0xffc00000
265#define CONFIG_SYS_PCIE3_IO_BUS 0x00000000
266#define CONFIG_SYS_PCIE3_IO_PHYS 0xfffc00000ull
267#define CONFIG_SYS_PCIE3_IO_SIZE 0x00010000 /* 64k */
268
269#ifdef CONFIG_PCI
270#define CONFIG_NET_MULTI
271#define CONFIG_PCI_PNP /* do pci plug-and-play */
272#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
273#endif
274
275/* SATA */
276#define CONFIG_LIBATA
277#define CONFIG_FSL_SATA
278
279#define CONFIG_SYS_SATA_MAX_DEVICE 2
280#define CONFIG_SATA1
281#define CONFIG_SYS_SATA1 CONFIG_SYS_MPC85xx_SATA1_ADDR
282#define CONFIG_SYS_SATA1_FLAGS FLAGS_DMA
283#define CONFIG_SATA2
284#define CONFIG_SYS_SATA2 CONFIG_SYS_MPC85xx_SATA2_ADDR
285#define CONFIG_SYS_SATA2_FLAGS FLAGS_DMA
286
287#ifdef CONFIG_FSL_SATA
288#define CONFIG_LBA48
289#define CONFIG_CMD_SATA
290#define CONFIG_DOS_PARTITION
291#define CONFIG_CMD_EXT2
292#endif
293
294#define CONFIG_MMC
295#ifdef CONFIG_MMC
296#define CONFIG_CMD_MMC
297#define CONFIG_FSL_ESDHC
298#define CONFIG_GENERIC_MMC
299#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
300#endif
301
302#if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI)
303#define CONFIG_CMD_EXT2
304#define CONFIG_CMD_FAT
305#define CONFIG_DOS_PARTITION
306#endif
307
308#define CONFIG_TSEC_ENET
309#ifdef CONFIG_TSEC_ENET
310
311#define CONFIG_TSECV2
312#define CONFIG_NET_MULTI
313
314#define CONFIG_MII /* MII PHY management */
315#define CONFIG_TSEC1 1
316#define CONFIG_TSEC1_NAME "eTSEC1"
317#define CONFIG_TSEC2 1
318#define CONFIG_TSEC2_NAME "eTSEC2"
319
320#define TSEC1_PHY_ADDR 1
321#define TSEC2_PHY_ADDR 2
322
323#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
324#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
325
326#define TSEC1_PHYIDX 0
327#define TSEC2_PHYIDX 0
328
329#define CONFIG_ETHPRIME "eTSEC1"
330
331#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
332#endif
333
334/*
335 * Environment
336 */
337#define CONFIG_ENV_IS_IN_FLASH
338#define CONFIG_ENV_OVERWRITE
339#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
340#define CONFIG_ENV_SIZE 0x2000
341#define CONFIG_ENV_SECT_SIZE 0x20000
342
343#define CONFIG_LOADS_ECHO
344#define CONFIG_SYS_LOADS_BAUD_CHANGE
345
346/*
347 * Command line configuration.
348 */
349#include <config_cmd_default.h>
350
Kumar Gala79ee3442010-06-09 22:59:41 -0500351#define CONFIG_CMD_ELF
352#define CONFIG_CMD_ERRATA
Timur Tabic59e1b42010-06-14 15:28:24 -0500353#define CONFIG_CMD_IRQ
Timur Tabic59e1b42010-06-14 15:28:24 -0500354#define CONFIG_CMD_I2C
355#define CONFIG_CMD_MII
Kumar Gala79ee3442010-06-09 22:59:41 -0500356#define CONFIG_CMD_PING
Timur Tabic59e1b42010-06-14 15:28:24 -0500357#define CONFIG_CMD_SETEXPR
358
359#ifdef CONFIG_PCI
360#define CONFIG_CMD_PCI
361#define CONFIG_CMD_NET
362#endif
363
364/*
365 * USB
366 */
367#define CONFIG_USB_EHCI
368
369#ifdef CONFIG_USB_EHCI
370#define CONFIG_CMD_USB
371#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
372#define CONFIG_USB_EHCI_FSL
373#define CONFIG_USB_STORAGE
374#define CONFIG_CMD_FAT
375#endif
376
377/*
378 * Miscellaneous configurable options
379 */
380#define CONFIG_SYS_LONGHELP /* undef to save memory */
381#define CONFIG_CMDLINE_EDITING /* Command-line editing */
Kim Phillips5be58f52010-07-14 19:47:18 -0500382#define CONFIG_AUTO_COMPLETE /* add autocompletion support */
Timur Tabic59e1b42010-06-14 15:28:24 -0500383#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
384#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
385#ifdef CONFIG_CMD_KGDB
386#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
387#else
388#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
389#endif
390/* Print Buffer Size */
391#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
392#define CONFIG_SYS_MAXARGS 16
393#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
394#define CONFIG_SYS_HZ 1000
395
396/*
397 * For booting Linux, the board info and command line data
398 * have to be in the first 16 MB of memory, since this is
399 * the maximum mapped by the Linux kernel during initialization.
400 */
401#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
402
Timur Tabic59e1b42010-06-14 15:28:24 -0500403#ifdef CONFIG_CMD_KGDB
404#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
405#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
406#endif
407
408/*
409 * Environment Configuration
410 */
411
412#define CONFIG_HOSTNAME p1022ds
413#define CONFIG_ROOTPATH /opt/nfsroot
414#define CONFIG_BOOTFILE uImage
415#define CONFIG_UBOOTPATH u-boot.bin /* U-Boot image on TFTP server */
416
417#define CONFIG_LOADADDR 1000000
418
419#define CONFIG_BOOTDELAY 10 /* -1 disables auto-boot */
420#define CONFIG_BOOTARGS
421
422#define CONFIG_BAUDRATE 115200
423
424#define CONFIG_EXTRA_ENV_SETTINGS \
425 "perf_mode=stable\0" \
426 "memctl_intlv_ctl=2\0" \
427 "netdev=eth0\0" \
428 "uboot=" MK_STR(CONFIG_UBOOTPATH) "\0" \
429 "tftpflash=tftpboot $loadaddr $uboot; " \
Wolfgang Denk14d0a022010-10-07 21:51:12 +0200430 "protect off " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
431 "erase " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
432 "cp.b $loadaddr " MK_STR(CONFIG_SYS_TEXT_BASE) " $filesize; " \
433 "protect on " MK_STR(CONFIG_SYS_TEXT_BASE) " +$filesize; " \
434 "cmp.b $loadaddr " MK_STR(CONFIG_SYS_TEXT_BASE) " $filesize\0" \
Timur Tabic59e1b42010-06-14 15:28:24 -0500435 "consoledev=ttyS0\0" \
436 "ramdiskaddr=2000000\0" \
437 "ramdiskfile=uramdisk\0" \
438 "fdtaddr=c00000\0" \
439 "fdtfile=p1022ds.dtb\0" \
440 "bdev=sda3\0" \
441 "diuregs=md e002c000 1d\0" \
442 "dium=mw e002c01c\0" \
443 "diuerr=md e002c014 1\0" \
444 "othbootargs=diufb=15M video=fslfb:1280x1024-32@60,monitor=0 tty0\0" \
445 "monitor=0-DVI\0"
446
447#define CONFIG_HDBOOT \
448 "setenv bootargs root=/dev/$bdev rw " \
449 "console=$consoledev,$baudrate $othbootargs;" \
450 "tftp $loadaddr $bootfile;" \
451 "tftp $fdtaddr $fdtfile;" \
452 "bootm $loadaddr - $fdtaddr"
453
454#define CONFIG_NFSBOOTCOMMAND \
455 "setenv bootargs root=/dev/nfs rw " \
456 "nfsroot=$serverip:$rootpath " \
457 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
458 "console=$consoledev,$baudrate $othbootargs;" \
459 "tftp $loadaddr $bootfile;" \
460 "tftp $fdtaddr $fdtfile;" \
461 "bootm $loadaddr - $fdtaddr"
462
463#define CONFIG_RAMBOOTCOMMAND \
464 "setenv bootargs root=/dev/ram rw " \
465 "console=$consoledev,$baudrate $othbootargs;" \
466 "tftp $ramdiskaddr $ramdiskfile;" \
467 "tftp $loadaddr $bootfile;" \
468 "tftp $fdtaddr $fdtfile;" \
469 "bootm $loadaddr $ramdiskaddr $fdtaddr"
470
471#define CONFIG_BOOTCOMMAND CONFIG_RAMBOOTCOMMAND
472
473#endif