diff options
Diffstat (limited to 'include/configs/vinco.h')
-rw-r--r-- | include/configs/vinco.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/vinco.h b/include/configs/vinco.h index eebb3f7ca7..a709502d43 100644 --- a/include/configs/vinco.h +++ b/include/configs/vinco.h @@ -63,11 +63,6 @@ #ifdef CONFIG_SPI_BOOT /* bootstrap + u-boot + env + linux in serial flash */ /* Use our own mapping for the VInCo platform */ -#undef CONFIG_ENV_OFFSET -#undef CONFIG_ENV_SIZE - -#define CONFIG_ENV_OFFSET 0x10000 -#define CONFIG_ENV_SIZE 0x10000 /* Update the bootcommand according to our mapping for the VInCo platform */ #undef CONFIG_BOOTCOMMAND |