diff options
Diffstat (limited to 'include/configs/picosam9g45.h')
-rw-r--r-- | include/configs/picosam9g45.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/picosam9g45.h b/include/configs/picosam9g45.h index ad41d16149..cb8338f384 100644 --- a/include/configs/picosam9g45.h +++ b/include/configs/picosam9g45.h @@ -91,7 +91,6 @@ #ifdef CONFIG_SYS_USE_MMC /* bootstrap + u-boot + env + linux in mmc */ -#define CONFIG_ENV_SIZE 0x4000 #define CONFIG_BOOTCOMMAND "fatload mmc 0:1 0x21000000 dtb; " \ "fatload mmc 0:1 0x22000000 zImage; " \ |