diff options
| author | Tom Rini <[email protected]> | 2021-01-11 21:23:59 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-01-11 21:23:59 -0500 |
| commit | f71e574cf993bb89b07420ad90c209fd3f0a3f68 (patch) | |
| tree | f078d5c8a683b806508b606bcbe08603f1a97d8e /include/configs | |
| parent | d71be1990218957b9f05dbf13a72859a2abe06d7 (diff) | |
| parent | 9267ff89ee27a624ddb5d8eb7d90830ee0ff6f77 (diff) | |
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
- Pinecube board support
- 64-bit FEL support
- mkimage support for eGON images (superseding mksunxiboot)
- Bluetooth BD address generation
- some fixes
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/sunxi-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index a6a4879523a..203cb10fbab 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -163,9 +163,7 @@ #define CONFIG_SYS_MONITOR_LEN (768 << 10) /* 768 KiB */ -#ifndef CONFIG_ARM64 /* AArch64 FEL support is not ready yet */ #define CONFIG_SPL_BOARD_LOAD_IMAGE -#endif /* * We cannot use expressions here, because expressions won't be evaluated in |
