Commit e9e374216f8718b14b075c9a8420a770ab23f5e1

Authored by Dirk Eibach
Committed by Tom Rini
1 parent c2b951b0db

board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

board/gdsys/p1022/sdhc_boot.c
... ... @@ -32,7 +32,7 @@
32 32 #define ESDHC_BOOT_IMAGE_SIZE 0x48
33 33 #define ESDHC_BOOT_IMAGE_ADDR 0x50
34 34  
35   -int mmc_get_env_addr(struct mmc *mmc, u32 *env_addr)
  35 +int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr)
36 36 {
37 37 u8 *tmp_buf;
38 38 u32 blklen, code_offset, code_len, n;