diff options
author | Matt Weber <matthew.weber@rockwellcollins.com> | 2018-09-20 16:54:24 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-26 16:59:05 +0200 |
commit | 070b183d0cf5da9ec886b0cdd282246e97b6ba40 (patch) | |
tree | 94a93a0ffb65f8b2b9c26c4d366fb2f7ab639de0 /boot/xloader/Config.in | |
parent | 5e8790d5de3c7cdc58fdbcd353e42f6bb819ce4f (diff) | |
download | buildroot-070b183d0cf5da9ec886b0cdd282246e97b6ba40.tar.gz buildroot-070b183d0cf5da9ec886b0cdd282246e97b6ba40.zip |
boot/xloader: remove package
U-boot has provided SPL support as a viable replacement for the
2nd stage bootloader on TI platforms. The X-loader project
hasn't had a commit in the log since 12-05-2011.
(https://gitorious.org/x-loader/x-loader)
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot/xloader/Config.in')
-rw-r--r-- | boot/xloader/Config.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/boot/xloader/Config.in b/boot/xloader/Config.in deleted file mode 100644 index f687b897ea..0000000000 --- a/boot/xloader/Config.in +++ /dev/null @@ -1,17 +0,0 @@ -config BR2_TARGET_XLOADER - bool "X-loader" - depends on BR2_cortex_a8 || BR2_cortex_a9 - help - 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" - help - One of x-loader supported boards to be built. - This will be suffixed with _config to meet x-loader - standard naming. -endif |