Various, unrelated tree-wide typo fixes.
Fix a number of typos, including: * "compatble" -> "compatible" * "eanbeld" -> "enabled" * "envrionment" -> "environment" * "FTD" -> "FDT" (for "flattened device tree") * "ommitted" -> "omitted" * "overriden" -> "overridden" * "partiton" -> "partition" * "propogate" -> "propagate" * "resourse" -> "resource" * "rest in piece" -> "rest in peace" * "suport" -> "support" * "varible" -> "variable" Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
fc5d54b7fa
commit
62a3b7dd08
2
README
2
README
@ -511,7 +511,7 @@ The following options need to be configured:
|
||||
implemetation.
|
||||
|
||||
CONFIG_SYS_FSL_DDR2
|
||||
Board config to use DDR2. It can be eanbeld for SoCs with
|
||||
Board config to use DDR2. It can be enabled for SoCs with
|
||||
Freescale DDR2 or DDR3 controllers, depending on the board
|
||||
implementation.
|
||||
|
||||
|
@ -21,7 +21,7 @@ config ARMV7_BOOT_SEC_DEFAULT
|
||||
Say Y here to boot in secure mode by default even if non-secure mode
|
||||
is supported. This option is useful to boot kernels which do not
|
||||
suppport booting in non-secure mode. Only set this if you need it.
|
||||
This can be overriden at run-time by setting the bootm_boot_mode env.
|
||||
This can be overridden at run-time by setting the bootm_boot_mode env.
|
||||
variable to "sec" or "nonsec".
|
||||
|
||||
config ARMV7_VIRT
|
||||
|
@ -128,7 +128,7 @@ mcinitcmd: This environment variable is defined to initiate MC and DPL deploymen
|
||||
during U-boot booting.However the MC, DPC and DPL can be applied from
|
||||
console independently.
|
||||
The variable needs to be set from the console once and then on
|
||||
rebooting the parameters set in the varible will automatically be
|
||||
rebooting the parameters set in the variable will automatically be
|
||||
executed. The commmand is demostrated taking an example of mc boot
|
||||
using NOR Flash i.e. MC, DPL, and DPC is stored in the NOR flash:
|
||||
|
||||
|
@ -128,7 +128,7 @@ static void enable_clock_r5(void)
|
||||
writel(tmp, &crlapb_base->cpu_r5_ctrl);
|
||||
|
||||
/* Give some delay for clock
|
||||
* to propogate */
|
||||
* to propagate */
|
||||
udelay(0x500);
|
||||
}
|
||||
|
||||
|
@ -212,7 +212,7 @@ void ddrmc_ctrl_init_ddr3(struct ddr3_jedec_timings const *timings,
|
||||
cr_setting++;
|
||||
}
|
||||
|
||||
/* perform default PHY settings (may be overriden by custom settings */
|
||||
/* perform default PHY settings (may be overridden by custom settings */
|
||||
phy_setting = default_phy_settings;
|
||||
while (phy_setting->phy_rnum >= 0) {
|
||||
writel(phy_setting->setting,
|
||||
|
@ -20,7 +20,7 @@ void gpio_early_init(void); /* overrideable GPIO config */
|
||||
/*
|
||||
* Hooks to allow boards to set up the pinmux for a specific function.
|
||||
* Has to be implemented in the board files as we don't yet support pinmux
|
||||
* setup from FTD. If a board file does not implement one of those functions
|
||||
* setup from FDT. If a board file does not implement one of those functions
|
||||
* an empty stub function will be called.
|
||||
*/
|
||||
|
||||
|
@ -324,7 +324,7 @@ enum periph_id clk_id_to_periph_id(int clk_id);
|
||||
* @param p post divider(DIVP)
|
||||
* @param cpcon base PLL charge pump(CPCON)
|
||||
* @return 0 if ok, -1 on error (the requested PLL is incorrect and cannot
|
||||
* be overriden), 1 if PLL is already correct
|
||||
* be overridden), 1 if PLL is already correct
|
||||
*/
|
||||
int clock_set_rate(enum clock_id clkid, u32 n, u32 m, u32 p, u32 cpcon);
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
/**
|
||||
* Register a new display based on device tree configuration.
|
||||
*
|
||||
* The frame buffer can be positioned by U-Boot or overriden by the fdt.
|
||||
* The frame buffer can be positioned by U-Boot or overridden by the fdt.
|
||||
* You should pass in the U-Boot address here, and check the contents of
|
||||
* struct fdt_disp_config to see what was actually chosen.
|
||||
*
|
||||
|
@ -510,7 +510,7 @@ unsigned clock_get_rate(enum clock_id clkid)
|
||||
* @param p post divider(DIVP)
|
||||
* @param cpcon base PLL charge pump(CPCON)
|
||||
* @return 0 if ok, -1 on error (the requested PLL is incorrect and cannot
|
||||
* be overriden), 1 if PLL is already correct
|
||||
* be overridden), 1 if PLL is already correct
|
||||
*/
|
||||
int clock_set_rate(enum clock_id clkid, u32 n, u32 m, u32 p, u32 cpcon)
|
||||
{
|
||||
|
@ -30,7 +30,7 @@ u32 get_my_id()
|
||||
*/
|
||||
int hold_cores_in_reset(int verbose)
|
||||
{
|
||||
/* Default to no, overriden by 'y', 'yes', 'Y', 'Yes', or '1' */
|
||||
/* Default to no, overridden by 'y', 'yes', 'Y', 'Yes', or '1' */
|
||||
if (getenv_yesno("mp_holdoff") == 1) {
|
||||
if (verbose) {
|
||||
puts("Secondary cores are being held in reset.\n");
|
||||
|
@ -144,7 +144,7 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Unless otherwise overriden, enable two 128MB cachable instruction regions
|
||||
* Unless otherwise overridden, enable two 128MB cachable instruction regions
|
||||
* at CONFIG_SYS_SDRAM_BASE and another 128MB cacheable instruction region covering
|
||||
* NOR flash at CONFIG_SYS_FLASH_BASE. Disable all cacheable data regions.
|
||||
*/
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef __ASM_STATUS_LED_H__
|
||||
#define __ASM_STATUS_LED_H__
|
||||
|
||||
/* if not overriden */
|
||||
/* if not overridden */
|
||||
#ifndef CONFIG_BOARD_SPECIFIC_LED
|
||||
# if defined(CONFIG_8xx)
|
||||
# include <mpc8xx.h>
|
||||
|
@ -53,7 +53,7 @@ int set_km_env(void)
|
||||
sprintf((char *)buf, "0x%x", pnvramaddr);
|
||||
setenv("pnvramaddr", (char *)buf);
|
||||
|
||||
/* try to read rootfssize (ram image) from envrionment */
|
||||
/* try to read rootfssize (ram image) from environment */
|
||||
p = getenv("rootfssize");
|
||||
if (p != NULL)
|
||||
strict_strtoul(p, 16, &rootfssize);
|
||||
|
@ -36,7 +36,7 @@ void fsl_ddr_board_options(memctl_options_t *popts,
|
||||
/* we have only one module, half str should be OK */
|
||||
popts->half_strength_driver_enable = 1;
|
||||
|
||||
/* wrlvl values overriden as recommended by ddr init func */
|
||||
/* wrlvl values overridden as recommended by ddr init func */
|
||||
popts->wrlvl_override = 1;
|
||||
popts->wrlvl_sample = 0xf;
|
||||
popts->wrlvl_start = 0x6;
|
||||
|
@ -178,7 +178,7 @@ static int i2c_get_cur_bus_chip(uint chip_addr, struct udevice **devp)
|
||||
* i2c_init_board() - Board-specific I2C bus init
|
||||
*
|
||||
* This function is the default no-op implementation of I2C bus
|
||||
* initialization. This function can be overriden by board-specific
|
||||
* initialization. This function can be overridden by board-specific
|
||||
* implementation if needed.
|
||||
*/
|
||||
__weak
|
||||
|
@ -145,7 +145,7 @@ int set_default_vars(int nvars, char * const vars[])
|
||||
* env_aes_cbc_get_key() - Get AES-128-CBC key for the environment
|
||||
*
|
||||
* This function shall return 16-byte array containing AES-128 key used
|
||||
* to encrypt and decrypt the environment. This function must be overriden
|
||||
* to encrypt and decrypt the environment. This function must be overridden
|
||||
* by the implementer as otherwise the environment encryption will not
|
||||
* work.
|
||||
*/
|
||||
|
@ -165,7 +165,7 @@ To restore GUID partition table one needs to:
|
||||
The fields 'name' and 'size' are mandatory for every partition.
|
||||
The field 'start' is optional.
|
||||
|
||||
If field 'size' of the last partition is 0, the partiton is extended
|
||||
If field 'size' of the last partition is 0, the partition is extended
|
||||
up to the end of the device.
|
||||
|
||||
The fields 'uuid' and 'uuid_disk' are optional if CONFIG_RANDOM_UUID is
|
||||
|
@ -3,7 +3,7 @@ while other board support code dies a silent death caused by
|
||||
negligence in combination with ordinary bitrot. Sometimes this goes
|
||||
by unnoticed, but often build errors will result. If nobody cares any
|
||||
more to resolve such problems, then the code is really dead and will
|
||||
be removed from the U-Boot source tree. The remainders rest in piece
|
||||
be removed from the U-Boot source tree. The remainders rest in peace
|
||||
in the imperishable depths of the git history. This document tries to
|
||||
maintain a list of such former fellows, so archaeologists can check
|
||||
easily if there is something they might want to dig for...
|
||||
|
@ -12,7 +12,7 @@ When: Release v2013.10
|
||||
|
||||
Why: As the 'mtest' command is no longer default, a number of platforms
|
||||
have not opted to turn the command back on and thus provide unused
|
||||
defines (which are likely to be propogated to new platforms from
|
||||
defines (which are likely to be propagated to new platforms from
|
||||
copy/paste). Remove these defines when unused.
|
||||
|
||||
Who: Tom Rini <trini@ti.com>
|
||||
|
@ -35,7 +35,7 @@
|
||||
* Description: This file includes subroutines which are related to
|
||||
* programmed I/O and memory access. Included in this module
|
||||
* are default functions that do nothing. For real uses these
|
||||
* functions will have to be overriden by the user library.
|
||||
* functions will have to be overridden by the user library.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -107,7 +107,7 @@
|
||||
*/
|
||||
#define HDR_REVERSE 0x00000800
|
||||
|
||||
/* Propogate DNR property to SharedDesc */
|
||||
/* Propagate DNR property to SharedDesc */
|
||||
#define HDR_PROP_DNR 0x00000800
|
||||
|
||||
/* JobDesc/SharedDesc share property */
|
||||
|
@ -2212,7 +2212,7 @@ static void set_ddr_wrlvl_cntl(fsl_ddr_cfg_regs_t *ddr, unsigned int wrlvl_en,
|
||||
* Write leveling start time
|
||||
* The value use for the DQS_ADJUST for the first sample
|
||||
* when write leveling is enabled. It probably needs to be
|
||||
* overriden per platform.
|
||||
* overridden per platform.
|
||||
*/
|
||||
wrlvl_start = 0x8;
|
||||
/*
|
||||
|
@ -31,7 +31,7 @@ static void fpga_no_sup(char *fn, char *msg)
|
||||
else if (msg)
|
||||
printf("No support for %s.\n", msg);
|
||||
else
|
||||
printf("No FPGA suport!\n");
|
||||
printf("No FPGA support!\n");
|
||||
}
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@ config DM_MMC
|
||||
bool "Enable MMC controllers using Driver Model"
|
||||
depends on DM
|
||||
help
|
||||
This enables the MultiMediaCard (MMC) uclass which suports MMC and
|
||||
This enables the MultiMediaCard (MMC) uclass which supports MMC and
|
||||
Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)
|
||||
and non-removable (e.g. eMMC chip) devices are supported. These
|
||||
appear as block devices in U-Boot and can support filesystems such
|
||||
|
@ -976,7 +976,7 @@ static int mxs_nand_block_bad(struct mtd_info *mtd, loff_t ofs)
|
||||
* counted, so we know the physical geometry. This enables us to make some
|
||||
* important configuration decisions.
|
||||
*
|
||||
* The return value of this function propogates directly back to this driver's
|
||||
* The return value of this function propagates directly back to this driver's
|
||||
* call to nand_scan(). Anything other than zero will cause this driver to
|
||||
* tear everything down and declare failure.
|
||||
*/
|
||||
|
@ -884,7 +884,7 @@ static void setup_timing(unsigned timing[FDT_NAND_TIMING_COUNT],
|
||||
* Decode NAND parameters from the device tree
|
||||
*
|
||||
* @param blob Device tree blob
|
||||
* @param node Node containing "nand-flash" compatble node
|
||||
* @param node Node containing "nand-flash" compatible node
|
||||
* @return 0 if ok, -ve on error (FDT_ERR_...)
|
||||
*/
|
||||
static int fdt_decode_nand(const void *blob, int node, struct fdt_nand *config)
|
||||
|
@ -627,7 +627,7 @@ static int __devinit dsps_probe(struct platform_device *pdev)
|
||||
/* get memory resource */
|
||||
iomem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
|
||||
if (!iomem) {
|
||||
dev_err(&pdev->dev, "failed to get usbss mem resourse\n");
|
||||
dev_err(&pdev->dev, "failed to get usbss mem resource\n");
|
||||
ret = -ENODEV;
|
||||
goto err1;
|
||||
}
|
||||
|
@ -251,7 +251,7 @@ static int setup_window(struct disp_ctl_win *win,
|
||||
/**
|
||||
* Register a new display based on device tree configuration.
|
||||
*
|
||||
* The frame buffer can be positioned by U-Boot or overriden by the fdt.
|
||||
* The frame buffer can be positioned by U-Boot or overridden by the fdt.
|
||||
* You should pass in the U-Boot address here, and check the contents of
|
||||
* struct tegra_lcd_priv to see what was actually chosen.
|
||||
*
|
||||
|
@ -120,7 +120,7 @@
|
||||
#define CONFIG_PL011_CLOCK 24000000
|
||||
#define CONFIG_PL01x_PORTS { (void *)MXS_UARTDBG_BASE }
|
||||
#define CONFIG_CONS_INDEX 0
|
||||
/* Default baudrate can be overriden by board! */
|
||||
/* Default baudrate can be overridden by board! */
|
||||
#ifndef CONFIG_BAUDRATE
|
||||
#define CONFIG_BAUDRATE 115200
|
||||
#endif
|
||||
|
@ -55,7 +55,7 @@
|
||||
#define SDRAM_TAPDELAY 0x10000000
|
||||
|
||||
/*
|
||||
* PCI - no suport
|
||||
* PCI - no support
|
||||
*/
|
||||
#undef CONFIG_PCI
|
||||
|
||||
|
@ -238,7 +238,7 @@ int eth_getenv_enetaddr(const char *name, uchar *enetaddr);
|
||||
int eth_setenv_enetaddr(const char *name, const uchar *enetaddr);
|
||||
|
||||
/**
|
||||
* eth_setenv_enetaddr_by_index() - set the MAC address envrionment variable
|
||||
* eth_setenv_enetaddr_by_index() - set the MAC address environment variable
|
||||
*
|
||||
* This sets up an environment variable with the given MAC address (@enetaddr).
|
||||
* The environment variable to be set is defined by <@base_name><@index>addr.
|
||||
|
@ -822,7 +822,7 @@ int himport_r(struct hsearch_data *htab,
|
||||
* (CONFIG_ENV_SIZE). This heuristics will result in
|
||||
* unreasonably large numbers (and thus memory footprint) for
|
||||
* big flash environments (>8,000 entries for 64 KB
|
||||
* envrionment size), so we clip it to a reasonable value.
|
||||
* environment size), so we clip it to a reasonable value.
|
||||
* On the other hand we need to add some more entries for free
|
||||
* space when importing very small buffers. Both boundaries can
|
||||
* be overwritten in the board config file if needed.
|
||||
|
@ -13,7 +13,7 @@
|
||||
void eth_common_init(void);
|
||||
|
||||
/**
|
||||
* eth_setenv_enetaddr_by_index() - set the MAC address envrionment variable
|
||||
* eth_setenv_enetaddr_by_index() - set the MAC address environment variable
|
||||
*
|
||||
* This sets up an environment variable with the given MAC address (@enetaddr).
|
||||
* The environment variable to be set is defined by <@base_name><@index>addr.
|
||||
|
@ -21,7 +21,7 @@
|
||||
* CONFIG_SYS_POST_ETH_LOOPS - Number of test loops. Each loop
|
||||
* is tested with a different frame length. Starting with
|
||||
* MAX_PACKET_LENGTH and going down to MIN_PACKET_LENGTH.
|
||||
* Defaults to 10 and can be overriden in the board config header.
|
||||
* Defaults to 10 and can be overridden in the board config header.
|
||||
*/
|
||||
|
||||
#include <post.h>
|
||||
|
2
tools/env/fw_env.config
vendored
2
tools/env/fw_env.config
vendored
@ -2,7 +2,7 @@
|
||||
# Up to two entries are valid, in this case the redundant
|
||||
# environment sector is assumed present.
|
||||
# Notice, that the "Number of sectors" is not required on NOR and SPI-dataflash.
|
||||
# Futhermore, if the Flash sector size is ommitted, this value is assumed to
|
||||
# Futhermore, if the Flash sector size is omitted, this value is assumed to
|
||||
# be the same as the Environment size, which is valid for NOR and SPI-dataflash
|
||||
|
||||
# NOR example
|
||||
|
Loading…
Reference in New Issue
Block a user