summaryrefslogtreecommitdiffstats
path: root/board/phytec/pfla02/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-08-16 18:07:20 -0400
committerTom Rini <trini@konsulko.com>2017-08-16 18:12:00 -0400
commit470135be276b2d92c6da464c68839202d4ff0d08 (patch)
tree4d9370edd492c43f4409ee8716b8fe9264366516 /board/phytec/pfla02/Kconfig
parent390194d43fa4478ddb638164ddb114c979f3e57a (diff)
parente872f27a020f353dd334fc025999466adf5ae18c (diff)
downloadu-boot-470135be276b2d92c6da464c68839202d4ff0d08.tar.gz
u-boot-470135be276b2d92c6da464c68839202d4ff0d08.tar.xz
u-boot-470135be276b2d92c6da464c68839202d4ff0d08.zip
Merge git://www.denx.de/git/u-boot-imx
Update pfla02 for setenv changes and PHYLIB/etc migration to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/phytec/pfla02/Kconfig')
-rw-r--r--board/phytec/pfla02/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/phytec/pfla02/Kconfig b/board/phytec/pfla02/Kconfig
new file mode 100644
index 0000000000..142a1222fc
--- /dev/null
+++ b/board/phytec/pfla02/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_PFLA02
+
+config SYS_BOARD
+ default "pfla02"
+
+config SYS_VENDOR
+ default "phytec"
+
+config SYS_CONFIG_NAME
+ default "pfla02"
+
+endif