How not to have uboot env partition on SPI flash?

Hi All, Is there a way to remove the uboot env partition on SPI flash? I always want uboot to use the “default env” that is part of uboot.bin. I want only uboot.bin on SPI flash and no separate uboot env partition on flash.
Thanks & Regards, Gangadhar

On 5/10/22 9:20 AM, Gangadhar N wrote:
Hi All, Is there a way to remove the uboot env partition on SPI flash? I always want uboot to use the “default env” that is part of uboot.bin. I want only uboot.bin on SPI flash and no separate uboot env partition on flash.
Thanks & Regards, Gangadhar
CONFIG_ENV_IS_NOWHERE

Thanks Sean. This works.
Regards, Gangadhar
On Tue, May 10, 2022 at 6:57 PM Sean Anderson seanga2@gmail.com wrote:
On 5/10/22 9:20 AM, Gangadhar N wrote:
Hi All, Is there a way to remove the uboot env partition on SPI flash? I always want uboot to use the “default env” that is part of uboot.bin. I want only uboot.bin on SPI flash and no separate uboot env partition on flash.
Thanks & Regards, Gangadhar
CONFIG_ENV_IS_NOWHERE
participants (2)
-
Gangadhar N
-
Sean Anderson