mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
arm: ca9x4_ct_vxp: enable pxe command support
Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com> Cc: Matt Waddel <matt.waddel@linaro.org>
This commit is contained in:
parent
75e7f3f3dd
commit
e21669fd70
@ -69,6 +69,8 @@
|
||||
/* Command line configuration */
|
||||
#define CONFIG_CMD_BDI
|
||||
#define CONFIG_CMD_DHCP
|
||||
#define CONFIG_CMD_PXE
|
||||
#define CONFIG_MENU
|
||||
#define CONFIG_CMD_ELF
|
||||
#define CONFIG_CMD_ENV
|
||||
#define CONFIG_CMD_FLASH
|
||||
@ -131,6 +133,8 @@
|
||||
"kernel_addr=0x44100000\0" \
|
||||
"ramdisk_addr=0x44800000\0" \
|
||||
"maxramdisk=0x1800000\0" \
|
||||
"pxefile_addr_r=0x88000000\0" \
|
||||
"kernel_addr_r=0x80008000\0" \
|
||||
"console=ttyAMA0,38400n8\0" \
|
||||
"dram=1024M\0" \
|
||||
"root=/dev/sda1 rw\0" \
|
||||
|
Loading…
Reference in New Issue
Block a user