diff options
author | Siarhei Siamashka <siarhei.siamashka@gmail.com> | 2016-03-29 17:29:10 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-01 09:52:28 +0200 |
commit | d96ebc468d0dff6eb6f069bba03b3f0e33aa22de (patch) | |
tree | bea23e84de4e9fd04545a5b8c384fd4b13081229 /include/configs/sun8i.h | |
parent | 0ea5a04fbcd72ebb37eb4b3f744374fdf551d3b7 (diff) | |
download | u-boot-d96ebc468d0dff6eb6f069bba03b3f0e33aa22de.tar.gz |
sunxi: Add support for Allwinner A64 SoCs
The Allwinner A64 SoC is used in the Pine64. This patch adds
all bits necessary to compile U-Boot for it running in AArch64
mode.
Unfortunately SPL is not ready yet due to legal problems, so
we need to boot using the binary boot0 for now.
Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
[agraf: remove SPL code, move to AArch64]
Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/configs/sun8i.h')
-rw-r--r-- | include/configs/sun8i.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index eb5db4eb16..bf1b740b18 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -40,8 +40,6 @@ #endif #endif -#define CONFIG_TIMER_CLK_FREQ 24000000 - /* * Include common sunxi configuration where most the settings are */ |