Thank you, I'll update the patch set. -Dave
On Thu, Dec 19, 2024 at 11:56 AM Marek Vasut <[email protected]> wrote: > On 12/19/24 7:49 PM, david regan wrote: > > Make use of OF_UPSTREAM which uses Linux dts. > > ... > > > --- a/configs/bcm963148_defconfig > > +++ b/configs/bcm963148_defconfig > > @@ -9,7 +9,7 @@ CONFIG_TARGET_BCM963148=y > > CONFIG_NR_DRAM_BANKS=1 > > CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y > > CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x2000000 > > -CONFIG_DEFAULT_DEVICE_TREE="bcm963148" > > +CONFIG_DEFAULT_DEVICE_TREE="broadcom/bcm963148" > > CONFIG_SYS_BOOTM_LEN=0x4000000 > > CONFIG_SYS_LOAD_ADDR=0x01000000 > > CONFIG_IDENT_STRING=" Broadcom BCM63148" > > @@ -17,6 +17,15 @@ CONFIG_ENV_VARS_UBOOT_CONFIG=y > > CONFIG_OF_STDOUT_VIA_ALIAS=y > > CONFIG_DISPLAY_BOARDINFO_LATE=y > > CONFIG_HUSH_PARSER=y > > +CONFIG_CMD_NAND=y > This patch seems to be doing more than the commit message claims it does? >

