diff options
| author | Matt Weber <matthew.weber@rockwellcollins.com> | 2018-09-20 08:24:50 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-20 22:26:39 +0200 |
| commit | 78dd830f15b0c175cb8c9d2fef7f0641a8733b29 (patch) | |
| tree | aad80aa3b82996fcf58a120f356e1628b3e8b347 | |
| parent | 4bdb24c5d95ad1ec5f656ed135d34eabc9e90199 (diff) | |
| download | buildroot-78dd830f15b0c175cb8c9d2fef7f0641a8733b29.tar.gz buildroot-78dd830f15b0c175cb8c9d2fef7f0641a8733b29.zip | |
boot/xloader: add upstream URL in Config.in help
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | boot/xloader/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/xloader/Config.in b/boot/xloader/Config.in index c411be478b..f687b897ea 100644 --- a/boot/xloader/Config.in +++ b/boot/xloader/Config.in @@ -5,6 +5,8 @@ config BR2_TARGET_XLOADER The x-loader bootloader. It is mainly used on OMAP-based platforms. + http://omappedia.org/wiki/Linux_OMAP_Kernel_Main + if BR2_TARGET_XLOADER config BR2_TARGET_XLOADER_BOARDNAME string "x-loader board name" |

