diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-10 10:40:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-10 13:18:54 -0400 |
commit | a52f1fe4081a485254850cc2944e8e7dfbc3f66c (patch) | |
tree | 83609ad72433e0091ce4f567b1cf8075f8cfe974 /include/configs/cm_t335.h | |
parent | b4944e25744aa42dc23c6912e1cd4ccad270c4e0 (diff) | |
parent | a2257d378ea8b2c2fa7dbf01b4703a53be431819 (diff) | |
download | u-boot-a52f1fe4081a485254850cc2944e8e7dfbc3f66c.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi
[trini: Migrate sama5d27_som1_ek_qspiflash/sama5d2_xplained_qspiflash
for CONFIG_ENV_SECT_SIZE]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/cm_t335.h')
-rw-r--r-- | include/configs/cm_t335.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h index 740bbd45a0..54f2cea864 100644 --- a/include/configs/cm_t335.h +++ b/include/configs/cm_t335.h @@ -23,8 +23,6 @@ #define V_OSCK 25000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK) -#define CONFIG_ENV_SIZE (16 << 10) /* 16 KiB */ - #ifndef CONFIG_SPL_BUILD #define MMCARGS \ "mmcdev=0\0" \ |