diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-06-25 00:12:54 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-06-25 00:12:54 +0000 |
commit | c76a4385d22acfe0c97c9644832a5044747ca0d3 (patch) | |
tree | f3ef3834d97c7c75ca05d58df720585af1ffe18a /profiles/desc | |
parent | Add support for the U-Boot platform. Don't set TARGET_CC. (diff) | |
download | gentoo-2-c76a4385d22acfe0c97c9644832a5044747ca0d3.tar.gz gentoo-2-c76a4385d22acfe0c97c9644832a5044747ca0d3.tar.bz2 gentoo-2-c76a4385d22acfe0c97c9644832a5044747ca0d3.zip |
Add uboot platform.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/grub_platforms.desc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/desc/grub_platforms.desc b/profiles/desc/grub_platforms.desc index dd9b9f15eeaa..ec883344ecf7 100644 --- a/profiles/desc/grub_platforms.desc +++ b/profiles/desc/grub_platforms.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.6 2014/06/06 12:47:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.7 2015/06/25 00:12:54 floppym Exp $ # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags. @@ -17,5 +17,6 @@ multiboot - Multiboot platform support pc - PC platform support qemu - QEMU platform support qemu-mips - QEMU MIPS platform support +uboot - U-Boot platform support yeeloong - YEEELONG MIPS platform support xen - XEN (pvgrub2) platform support |