Commit cccfc2ab77877dbdd2abe26b28d4c1f467feb0c0

Authored by Detlev Zundel
Committed by Wolfgang Denk
1 parent c81296c16f

README: Rearrange paragraphs to regain linear arrangement.

Two later additions to the Configuration Option section unfortunately
split the description of Show boot progress and the list of its call outs.

Signed-off-by: Detlev Zundel <dzu@denx.de>

Showing 1 changed file with 20 additions and 20 deletions Side-by-side Diff

1 1 #
2   -# (C) Copyright 2000 - 2008
  2 +# (C) Copyright 2000 - 2009
3 3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 4 #
5 5 # See file CREDITS for list of people who contributed to this
... ... @@ -1893,25 +1893,6 @@
1893 1893 example, some LED's) on your board. At the moment,
1894 1894 the following checkpoints are implemented:
1895 1895  
1896   -- Automatic software updates via TFTP server
1897   - CONFIG_UPDATE_TFTP
1898   - CONFIG_UPDATE_TFTP_CNT_MAX
1899   - CONFIG_UPDATE_TFTP_MSEC_MAX
1900   -
1901   - These options enable and control the auto-update feature;
1902   - for a more detailed description refer to doc/README.update.
1903   -
1904   -- MTD Support (mtdparts command, UBI support)
1905   - CONFIG_MTD_DEVICE
1906   -
1907   - Adds the MTD device infrastructure from the Linux kernel.
1908   - Needed for mtdparts command support.
1909   -
1910   - CONFIG_MTD_PARTITIONS
1911   -
1912   - Adds the MTD partitioning infrastructure from the Linux
1913   - kernel. Needed for UBI support.
1914   -
1915 1896 Legacy uImage format:
1916 1897  
1917 1898 Arg Where When
... ... @@ -2064,6 +2045,25 @@
2064 2045  
2065 2046 -150 common/cmd_nand.c Incorrect FIT image format
2066 2047 151 common/cmd_nand.c FIT image format OK
  2048 +
  2049 +- Automatic software updates via TFTP server
  2050 + CONFIG_UPDATE_TFTP
  2051 + CONFIG_UPDATE_TFTP_CNT_MAX
  2052 + CONFIG_UPDATE_TFTP_MSEC_MAX
  2053 +
  2054 + These options enable and control the auto-update feature;
  2055 + for a more detailed description refer to doc/README.update.
  2056 +
  2057 +- MTD Support (mtdparts command, UBI support)
  2058 + CONFIG_MTD_DEVICE
  2059 +
  2060 + Adds the MTD device infrastructure from the Linux kernel.
  2061 + Needed for mtdparts command support.
  2062 +
  2063 + CONFIG_MTD_PARTITIONS
  2064 +
  2065 + Adds the MTD partitioning infrastructure from the Linux
  2066 + kernel. Needed for UBI support.
2067 2067  
2068 2068  
2069 2069 Modem Support: