Re: [PATCH] Convert CFG_SYS_UBOOT_START to Kconfig

2023-08-24 Thread Tom Rini
On Thu, Aug 24, 2023 at 06:40:09PM -0400, Jesse T wrote: > On Thu, Aug 24, 2023 at 4:01 PM Simon Glass wrote: > > > > Hi Jesse, > > > > On Wed, 23 Aug 2023 at 20:30, Jesse Taube wrote: > > > > > > Commit 65cc0e2a65d2 ("global: Move remaining CONFIG_SYS_* to CFG_SYS_*") > > > renamed CONFIG_SYS_UB

Re: [PATCH] Convert CFG_SYS_UBOOT_START to Kconfig

2023-08-24 Thread Jesse T
On Thu, Aug 24, 2023 at 4:01 PM Simon Glass wrote: > > Hi Jesse, > > On Wed, 23 Aug 2023 at 20:30, Jesse Taube wrote: > > > > Commit 65cc0e2a65d2 ("global: Move remaining CONFIG_SYS_* to CFG_SYS_*") > > renamed CONFIG_SYS_UBOOT_START to CFG_SYS_UBOOT_START. Unfortunately, > > this meant that the

Re: [PATCH] Convert CFG_SYS_UBOOT_START to Kconfig

2023-08-24 Thread Simon Glass
Hi Jesse, On Wed, 23 Aug 2023 at 20:30, Jesse Taube wrote: > > Commit 65cc0e2a65d2 ("global: Move remaining CONFIG_SYS_* to CFG_SYS_*") > renamed CONFIG_SYS_UBOOT_START to CFG_SYS_UBOOT_START. Unfortunately, > this meant that the value was no longer available to the Makefile. This > caused imxrt

Re: [PATCH] Convert CFG_SYS_UBOOT_START to Kconfig

2023-08-24 Thread Tom Rini
On Wed, Aug 23, 2023 at 10:30:52PM -0400, Jesse Taube wrote: > Commit 65cc0e2a65d2 ("global: Move remaining CONFIG_SYS_* to CFG_SYS_*") > renamed CONFIG_SYS_UBOOT_START to CFG_SYS_UBOOT_START. Unfortunately, > this meant that the value was no longer available to the Makefile. This > caused imxrt t

[PATCH] Convert CFG_SYS_UBOOT_START to Kconfig

2023-08-23 Thread Jesse Taube
Commit 65cc0e2a65d2 ("global: Move remaining CONFIG_SYS_* to CFG_SYS_*") renamed CONFIG_SYS_UBOOT_START to CFG_SYS_UBOOT_START. Unfortunately, this meant that the value was no longer available to the Makefile. This caused imxrt to fail to boot. All the other boards that used this variable were unaf