diff options
Diffstat (limited to 'board/ppcag')
-rw-r--r-- | board/ppcag/bg0900/Kconfig | 23 | ||||
-rw-r--r-- | board/ppcag/bg0900/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/ppcag/bg0900/Kconfig b/board/ppcag/bg0900/Kconfig new file mode 100644 index 0000000000..e4fb601d14 --- /dev/null +++ b/board/ppcag/bg0900/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BG0900 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "bg0900" + +config SYS_VENDOR + string + default "ppcag" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "bg0900" + +endif diff --git a/board/ppcag/bg0900/MAINTAINERS b/board/ppcag/bg0900/MAINTAINERS new file mode 100644 index 0000000000..853c0d59c8 --- /dev/null +++ b/board/ppcag/bg0900/MAINTAINERS @@ -0,0 +1,6 @@ +BG0900 BOARD +M: Marek Vasut <marex@denx.de> +S: Maintained +F: board/ppcag/bg0900/ +F: include/configs/bg0900.h +F: configs/bg0900_defconfig |