mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG
Perform a simple rename of CONFIG_EXTRA_ENV_SETTINGS to CFG_EXTRA_ENV_SETTINGS Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
fb55ac2cfe
commit
0613c36a7a
378 changed files with 441 additions and 441 deletions
|
@ -56,8 +56,8 @@ Table of 2-way interleaving modes supported in cpu/8xxx/ddr/
|
|||
The ways to configure the ddr interleaving mode
|
||||
==============================================
|
||||
1. In board header file(e.g.MPC8572DS.h), add default interleaving setting
|
||||
under "CONFIG_EXTRA_ENV_SETTINGS", like:
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
under "CFG_EXTRA_ENV_SETTINGS", like:
|
||||
#define CFG_EXTRA_ENV_SETTINGS \
|
||||
"hwconfig=fsl_ddr:ctlr_intlv=bank" \
|
||||
......
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue