Merge branch '2019-03-29-master-imports'
- Bugfixes: - mmc: correct the HS400 initialization process - configs: ti: Move FIT image load address to avoid overwrite - lib: time: update module enable MACRO - Add mbrugger as RPi board maintainer, correct agraf's email address.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
#define DEFAULT_FIT_TI_ARGS \
|
||||
"boot_fit=0\0" \
|
||||
"fit_loadaddr=0x87000000\0" \
|
||||
"fit_loadaddr=0x90000000\0" \
|
||||
"fit_bootfile=fitImage\0" \
|
||||
"update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}\0" \
|
||||
"loadfit=run args_mmc; bootm ${loadaddr}#${fdtfile};\0" \
|
||||
|
||||
Reference in New Issue
Block a user