diff options
author | Stefano Babic | 2014-08-11 10:21:03 +0200 |
---|---|---|
committer | Stefano Babic | 2014-08-11 10:21:03 +0200 |
commit | e82abaeb7f2a0833fccf90460c48b9f2100258f8 (patch) | |
tree | de701f5c90b7373966412d566b5c00d3837954bc /board/ep82xxm | |
parent | f93f21906e374d46c6abfbdf4eb9cb1ab51b6384 (diff) | |
parent | 1899fac925eda817e12234aef3d01d354788662e (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Conflicts:
boards.cfg
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/ep82xxm')
-rw-r--r-- | board/ep82xxm/Kconfig | 11 | ||||
-rw-r--r-- | board/ep82xxm/MAINTAINERS | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/board/ep82xxm/Kconfig b/board/ep82xxm/Kconfig new file mode 100644 index 00000000000..b4121a6b096 --- /dev/null +++ b/board/ep82xxm/Kconfig @@ -0,0 +1,11 @@ +if TARGET_EP82XXM + +config SYS_BOARD + string + default "ep82xxm" + +config SYS_CONFIG_NAME + string + default "ep82xxm" + +endif diff --git a/board/ep82xxm/MAINTAINERS b/board/ep82xxm/MAINTAINERS new file mode 100644 index 00000000000..822261be782 --- /dev/null +++ b/board/ep82xxm/MAINTAINERS @@ -0,0 +1,6 @@ +EP82XXM BOARD +M: - +S: Maintained +F: board/ep82xxm/ +F: include/configs/ep82xxm.h +F: configs/ep82xxm_defconfig |