mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-31 19:23:14 +01: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue