mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 04:50:19 +01:00
tricorder: use generic provided loadaddr
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
This commit is contained in:
parent
5c68f12386
commit
0dff13a9ae
1 changed files with 4 additions and 1 deletions
|
|
@ -144,8 +144,11 @@
|
|||
|
||||
#define CONFIG_BOOTDELAY 3
|
||||
|
||||
/* the loadaddr is the same as CONFIG_SYS_LOAD_ADDR, unfortunately the defiend
|
||||
* value can not be used here! */
|
||||
#define CONFIG_LOADADDR 0x82000000
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"loadaddr=0x82000000\0" \
|
||||
"console=ttyO2,115200n8\0" \
|
||||
"mmcdev=0\0" \
|
||||
"vram=3M\0" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue