diff options
author | Adam Ford <aford173@gmail.com> | 2019-07-29 08:28:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 17:58:47 -0400 |
commit | 8dd75d3a8df7300175676294445606183143539b (patch) | |
tree | 3ea3f775c8edfab8f39d5561ecba0bb1e025cf18 /board/davinci | |
parent | 75551c8bfc9545e31ec2ce238cac3857904007b8 (diff) | |
download | u-boot-8dd75d3a8df7300175676294445606183143539b.tar.gz u-boot-8dd75d3a8df7300175676294445606183143539b.tar.bz2 u-boot-8dd75d3a8df7300175676294445606183143539b.zip |
ARM: da850_am18xxevm: Remove config and references
This board has been abandonded for a while. I do not have this hardware
and nobody has appeared to notice and/or care that it's orphaned.
Since much of this code is inserted into the da850evm code base, removing
it from support will make da850evm support easier going forward.
This patch removes the da850_am18xxevm_defconfig, README references to this
board and the reference to this board from the MAINTAINERS list.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'board/davinci')
-rw-r--r-- | board/davinci/da8xxevm/MAINTAINERS | 4 | ||||
-rw-r--r-- | board/davinci/da8xxevm/README.da850 | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/board/davinci/da8xxevm/MAINTAINERS b/board/davinci/da8xxevm/MAINTAINERS index b77a5f6622..42324a3f73 100644 --- a/board/davinci/da8xxevm/MAINTAINERS +++ b/board/davinci/da8xxevm/MAINTAINERS @@ -7,10 +7,6 @@ F: configs/da850evm_defconfig F: configs/da850evm_nand_defconfig F: configs/da850evm_direct_nor_defconfig -AM18XXEVM BOARD -S: Orphan -F: configs/da850_am18xxevm_defconfig - OMAPL138_LCDK BOARD M: Peter Howard <phoward@gme.net.au> S: Maintained diff --git a/board/davinci/da8xxevm/README.da850 b/board/davinci/da8xxevm/README.da850 index 5775b7d80f..8cebdcc1bb 100644 --- a/board/davinci/da8xxevm/README.da850 +++ b/board/davinci/da8xxevm/README.da850 @@ -29,9 +29,7 @@ Compilation =========== The exact build target you need will depend on the board you have. For Logic PD boards, or other boards which store the ethernet MAC address at -the end of SPI flash, run 'make da850evm'. For boards which store the -ethernet MAC address in the i2c EEPROM located at 0x50, run -'make da850_am18xxevm'. Once this build completes you will have a +the end of SPI flash, run 'make da850evm'. Once this build completes you will have a u-boot.ais file that needs to be written to the correct persistent storage. |