diff options
| author | Valentin Longchamp <[email protected]> | 2012-05-25 01:57:21 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-07-07 14:07:31 +0200 |
| commit | a0fb94f9ed865ff8073b4d493918cb78411de2b1 (patch) | |
| tree | 51584244c7fa44a3166d051cb206c41807424d04 /include | |
| parent | 002ec08d6d4e6bc32ac8f5d35ea4fbbc1f9138ab (diff) | |
km_arm: use filesize for erase in update command
We used to have an arbitrary value, which can be a problem if we have a
u-boot image that is bigger than this value.
This patch is dependant on the whole km/arm series and will be included
in the v3 of the series if there is one.
Signed-off-by: Valentin Longchamp <[email protected]>
cc: Holger Brunck <[email protected]>
cc: Gerlando Falauto <[email protected]>
cc: Prafulla Wadaskar <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km/km_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 43a0efb4261..4a0b80e292d 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -241,7 +241,7 @@ int get_scl(void); #define CONFIG_KM_UPDATE_UBOOT \ "update=" \ - "spi on;sf probe 0;sf erase 0 50000;" \ + "spi on;sf probe 0;sf erase 0 +${filesize};" \ "sf write ${load_addr_r} 0 ${filesize};" \ "spi off\0" |
