diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-15 22:05:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-15 22:05:05 -0500 |
commit | 0cd35f392000fb0783149d9b5f66c5f2e01bcbf1 (patch) | |
tree | b2bc80bd79b2ba7aa387abc575630b03b7470c36 /include/configs/qemu-riscv.h | |
parent | e807f6b5f9a164dc1fc35e1c733fa343acf335c0 (diff) | |
parent | 91882c472d8c0aef4db699d3f2de55bf43d4ae4b (diff) |
Merge git://git.denx.de/u-boot-riscv
1. Improve cache implementation.
2. Fix and improve standalone applications
Diffstat (limited to 'include/configs/qemu-riscv.h')
-rw-r--r-- | include/configs/qemu-riscv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/qemu-riscv.h b/include/configs/qemu-riscv.h index b29d155d09..2588c5a0b2 100644 --- a/include/configs/qemu-riscv.h +++ b/include/configs/qemu-riscv.h @@ -17,6 +17,8 @@ #define CONFIG_SYS_BOOTM_LEN SZ_16M +#define CONFIG_STANDALONE_LOAD_ADDR 0x80200000 + /* Environment options */ #define CONFIG_ENV_SIZE SZ_4K |