aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/common/ls102xa_stream_id.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-28 20:27:13 -0400
committerTom Rini <trini@konsulko.com>2022-11-10 10:08:55 -0500
commit6cc04547cb3bbd3a3d78947f200acbae19e3c67f (patch)
tree518a634e223bfb02d08ca359331a4ec08c20513c /board/freescale/common/ls102xa_stream_id.c
parent5155207ae1a0797a99c0a5f4e99741960ff04697 (diff)
downloadu-boot-6cc04547cb3bbd3a3d78947f200acbae19e3c67f.zip
u-boot-6cc04547cb3bbd3a3d78947f200acbae19e3c67f.tar.gz
u-boot-6cc04547cb3bbd3a3d78947f200acbae19e3c67f.tar.bz2
global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
Migrate all of COFIG_SYS_FSL* to the CFG_SYS namespace. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/freescale/common/ls102xa_stream_id.c')
-rw-r--r--board/freescale/common/ls102xa_stream_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/ls102xa_stream_id.c b/board/freescale/common/ls102xa_stream_id.c
index a6ee87d..f754cf4 100644
--- a/board/freescale/common/ls102xa_stream_id.c
+++ b/board/freescale/common/ls102xa_stream_id.c
@@ -9,7 +9,7 @@
void ls102xa_config_smmu_stream_id(struct smmu_stream_id *id, uint32_t num)
{
- void *scfg = (void *)CONFIG_SYS_FSL_SCFG_ADDR;
+ void *scfg = (void *)CFG_SYS_FSL_SCFG_ADDR;
int i;
u32 icid;