diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-31 08:14:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-31 08:14:53 -0400 |
commit | 3c1af17c5eebc3718095907c254ae3eb8a3412f8 (patch) | |
tree | ac2b1fea2f8c5638b52f7184ba506a4665128b3d /include/configs/vf610twr.h | |
parent | da125b72fdd596dddcc87e9c2917be322d27ef03 (diff) | |
parent | 40b0dae15159bf14f24cf7714ddd690ae3ca65e3 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'include/configs/vf610twr.h')
-rw-r--r-- | include/configs/vf610twr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 3430f27c40..ddfcd6f618 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -79,8 +79,8 @@ #define CONFIG_SYS_LOAD_ADDR 0x82000000 /* We boot from the gfxRAM area of the OCRAM. */ -#define CONFIG_SYS_TEXT_BASE 0x3f408000 -#define CONFIG_BOARD_SIZE_LIMIT 524288 +#define CONFIG_SYS_TEXT_BASE 0x3f401000 +#define CONFIG_BOARD_SIZE_LIMIT 520192 /* * We do have 128MB of memory on the Vybrid Tower board. Leave the last |