diff options
author | 2017-04-11 17:42:54 +0300 | |
---|---|---|
committer | 2017-04-12 21:19:18 +0200 | |
commit | 2803f36ea7f7c4711d36b84dfb4dcc78b6b3f924 (patch) | |
tree | f5975f13125a2b1121f3a2bf1431b1e295160c43 /configs | |
parent | 243ba391871811de6ef5b8ba43de392237256858 (diff) | |
download | buildroot-2803f36ea7f7c4711d36b84dfb4dcc78b6b3f924.tar.gz buildroot-2803f36ea7f7c4711d36b84dfb4dcc78b6b3f924.tar.bz2 |
configs/snps_archs38_axs103: add u-boot patches to support slave core kick-start
With this patch we add a couple of of-the-tree patches for u-boot.
We have an update in hardware that changed the kick-start slave cores
procedure. So these patches introduce fixes to work with new axs103
version correctly.
They have been already accepted in upstream u-boot so we need to get rid
of them as soon as these updates will get available in buildroot.
Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/snps_archs38_axs103_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/snps_archs38_axs103_defconfig b/configs/snps_archs38_axs103_defconfig index 7100998a63..9021f99ee7 100644 --- a/configs/snps_archs38_axs103_defconfig +++ b/configs/snps_archs38_axs103_defconfig @@ -23,5 +23,6 @@ BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.01" +BR2_TARGET_UBOOT_PATCH="board/synopsys/axs10x/patches/u-boot" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="axs103" BR2_TARGET_UBOOT_NEEDS_DTC=y |