mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Merge branch 'next'
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
commit
cebdfc22da
2483 changed files with 62769 additions and 32768 deletions
|
@ -135,7 +135,7 @@ control the boot process of Linux with bootm/bootz commands.
|
|||
|
||||
To use this, put something like this in your board header file::
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS "fdtcontroladdr=10000\0"
|
||||
#define CFG_EXTRA_ENV_SETTINGS "fdtcontroladdr=10000\0"
|
||||
|
||||
Build:
|
||||
|
||||
|
|
|
@ -214,7 +214,7 @@ Required Environment Variables
|
|||
|
||||
The U-Boot "syslinux" and "pxe boot" commands require a number of environment
|
||||
variables be set. Default values for these variables are often hard-coded into
|
||||
CONFIG_EXTRA_ENV_SETTINGS in the board's U-Boot configuration file, so that
|
||||
CFG_EXTRA_ENV_SETTINGS in the board's U-Boot configuration file, so that
|
||||
the user doesn't have to configure them.
|
||||
|
||||
fdt_addr:
|
||||
|
|
|
@ -99,7 +99,7 @@ The I2C subsystem has supported the driver model since early 2015.
|
|||
Maintainers should submit patches switching over to using CONFIG_DM_I2C and
|
||||
other base driver model options in time for inclusion in the 2021.10 release.
|
||||
|
||||
CONFIG_SYS_TIMER_RATE and CONFIG_SYS_TIMER_COUNTER
|
||||
CFG_SYS_TIMER_RATE and CFG_SYS_TIMER_COUNTER
|
||||
--------------------------------------------------
|
||||
Deadline: 2023.01
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue