[U-Boot] [PATCH 03/11] kconfig: add board Kconfig and defconfig files

Timur Tabi timur at tabi.org
Fri May 2 17:05:42 CEST 2014


On Thu, Apr 24, 2014 at 12:04 AM, Masahiro Yamada
<yamada.m at jp.panasonic.com> wrote:

> diff --git a/board/freescale/p1022ds/Kconfig b/board/freescale/p1022ds/Kconfig
> new file mode 100644
> index 0000000..773ea52
> --- /dev/null
> +++ b/board/freescale/p1022ds/Kconfig
> @@ -0,0 +1,251 @@
> +if TARGET_P1022DS
> +
> +config SYS_CPU
> +       string
> +       default "mpc85xx"
> +
> +config SYS_BOARD
> +       string
> +       default "p1022ds"
> +
> +config SYS_VENDOR
> +       string
> +       default "freescale"
> +
> +config SYS_CONFIG_NAME
> +       string
> +       default "P1022DS"
> +
> +config BOARD_MAINTAINER
> +       string
> +       default "Timur Tabi <timur at freescale.com>"

My new email address is now timur at tabi.org.  I don't work for
Freescale any more.  You could also assign the board maintainer to
someone else (York?) instead.  I don't actually expect to maintain
this board any more.


More information about the U-Boot mailing list