[PATCH 01/17] global: Move remaining CONFIG_SYS_NOR_* to CFG_SYS_NOR_*
Simon Glass
sjg at chromium.org
Thu Nov 17 00:51:28 CET 2022
On Wed, 16 Nov 2022 at 11:11, Tom Rini <trini at konsulko.com> wrote:
>
> The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_NOR
> namespace do not easily transition to Kconfig. In many cases they likely
> should come from the device tree instead. Move these out of CONFIG
> namespace and in to CFG namespace.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> board/freescale/ls1043aqds/ls1043aqds.c | 48 +++++++-------
> board/freescale/ls1043ardb/ls1043ardb.c | 32 +++++-----
> board/freescale/ls1046aqds/ls1046aqds.c | 48 +++++++-------
> board/freescale/ls1088a/ls1088a.c | 26 ++++----
> include/configs/P1010RDB.h | 42 ++++++-------
> include/configs/T102xRDB.h | 38 +++++------
> include/configs/T104xRDB.h | 48 +++++++-------
> include/configs/T208xQDS.h | 60 +++++++++---------
> include/configs/T208xRDB.h | 36 +++++------
> include/configs/T4240RDB.h | 48 +++++++-------
> include/configs/km/pg-wcom-ls102xa.h | 24 +++----
> include/configs/kmcent2.h | 34 +++++-----
> include/configs/ls1021aqds.h | 60 +++++++++---------
> include/configs/ls1021atwr.h | 24 +++----
> include/configs/ls1043aqds.h | 84 ++++++++++++-------------
> include/configs/ls1043ardb.h | 64 +++++++++----------
> include/configs/ls1046aqds.h | 84 ++++++++++++-------------
> include/configs/ls1088aqds.h | 66 +++++++++----------
> include/configs/ls1088ardb.h | 26 ++++----
> include/configs/ls2080aqds.h | 66 +++++++++----------
> include/configs/ls2080ardb.h | 38 +++++------
> 21 files changed, 498 insertions(+), 498 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list