]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mx6: module_fuse: fix build failure due to wrong argument name
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Thu, 6 Apr 2023 16:17:13 +0000 (18:17 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:02 +0000 (14:40 +0200)
commitfd74b3760a1e52ea2209a7f1620ccbc61a693236
treea7277592faffaee8170536defcb20bdf95fb9dca
parent681eb4381fcecfc3283871116650a131a394c5e9
arm: mx6: module_fuse: fix build failure due to wrong argument name

nodeoff variable should be variable off returned by fdt_path_offset() so
let's rename it to off.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
arch/arm/mach-imx/mx6/module_fuse.c