summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-07-31 14:43:10 +0900
committerPeter Korsgaard <peter@korsgaard.com>2016-08-29 23:29:37 +0200
commitdf5793e309e7faf2968cb25604fd6394a2460639 (patch)
tree4ccb60c98400347116d9a84fc815472a99aceef0 /board
parent6304578d4e7e9d3b1d42c2630761feaa66a12c3d (diff)
zynq: enable BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG
The recent U-Boot adopts Kconfig for its configuration system. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board')
-rw-r--r--board/zynq/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/zynq/readme.txt b/board/zynq/readme.txt
index 73f8bf336..51e28b6b3 100644
--- a/board/zynq/readme.txt
+++ b/board/zynq/readme.txt
@@ -11,11 +11,11 @@ board even if it is not listed above. Major Zynq-based boards are supported by
U-Boot, and their Device Trees are merged in Linux Kernel. If your board is the
case, booting the kernel is a piece of cake. All you need to do is to change:
- Kernel Device Tree file name (BR2_LINUX_KERNEL_INTREE_DTS_NAME)
- - U-Boot board defconfig (BR2_TARGET_UBOOT_BOARDNAME)
+ - U-Boot board defconfig (BR2_TARGET_UBOOT_BOARD_KCONFIG)
Steps to create a working system for a Zynq board:
-1) Configuration (do one of the followings)
+1) Configuration (do one of the following)
make zynq_zc706_defconfig (ZC706)
make zynq_zed_defconfig (Zedboard)
make zynq_microzed_defconfig (MicroZed)