diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-03-28 05:51:37 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-06-21 22:35:34 +0200 |
commit | 34bd23e42f3ba9b7fb333a29ea36e9a73b608b8e (patch) | |
tree | 27b2a4a7a9909d861dee274bacf95d05ea5b0100 /doc/README.pxe | |
parent | 90ba7d7c444856ca8619ab63e6ed4ab1560f564d (diff) | |
download | u-boot-imx-34bd23e42f3ba9b7fb333a29ea36e9a73b608b8e.zip u-boot-imx-34bd23e42f3ba9b7fb333a29ea36e9a73b608b8e.tar.gz u-boot-imx-34bd23e42f3ba9b7fb333a29ea36e9a73b608b8e.tar.bz2 |
pxe: parse initrd file from append string
For syslinux, the initrd can be set in the append string as
"initrd=<file>", so try to find it there if we haven't already set the
initrd.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'doc/README.pxe')
-rw-r--r-- | doc/README.pxe | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/README.pxe b/doc/README.pxe index 95cd9b9..2bbf53d 100644 --- a/doc/README.pxe +++ b/doc/README.pxe @@ -224,9 +224,6 @@ PXELINUX and U-boot's pxe support. - U-boot's pxe expects U-boot uimg's as kernels. Anything that would work with the 'bootm' command in U-boot could work with the 'pxe boot' command. -- U-boot's pxe doesn't recognize initrd options in the append command - you - must specify initrd files using the initrd command. - - U-boot's pxe only recognizes a single file on the initrd command line. It could be extended to support multiple. |