diff options
author | Sandeep Paulraj <s-paulraj@ti.com> | 2010-12-29 14:42:56 -0500 |
---|---|---|
committer | Albert Aribaud <albert.aribaud@free.fr> | 2011-02-02 00:54:44 +0100 |
commit | f3d5d3106390242407d15e84b96a6aef848706b8 (patch) | |
tree | 2f9e861824c8b6db7a6be0297e3fac64730068ba /include | |
parent | 5342a710c9f67e1adb4505423eccf64d1eca5eb8 (diff) | |
download | u-boot-imx-f3d5d3106390242407d15e84b96a6aef848706b8.zip u-boot-imx-f3d5d3106390242407d15e84b96a6aef848706b8.tar.gz u-boot-imx-f3d5d3106390242407d15e84b96a6aef848706b8.tar.bz2 |
DaVinci Sonata: Fix Build Error
Fix a build error in the DaVinci Sonata Board
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/davinci_sonata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h index ebfdafa..2336129 100644 --- a/include/configs/davinci_sonata.h +++ b/include/configs/davinci_sonata.h @@ -139,6 +139,7 @@ #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of flash banks */ #define CONFIG_SYS_FLASH_SECT_SZ 0x20000 /* 128KB sect size AMD Flash */ #define CONFIG_ENV_OFFSET (CONFIG_SYS_FLASH_SECT_SZ*2) +#define CONFIG_ENV_SIZE CONFIG_SYS_FLASH_SECT_SZ #define PHYS_FLASH_1 0x02000000 /* CS2 Base address */ #define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1 /* Flash Base for U-Boot */ #define PHYS_FLASH_SIZE 0x2000000 /* Flash size 32MB */ |