]> git.ozlabs.org Git - petitboot/commit
discover: Add platform-dummy
authorGeoff Levand <geoff@infradead.org>
Thu, 2 Aug 2018 17:29:40 +0000 (17:29 +0000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 7 Aug 2018 01:30:36 +0000 (11:30 +1000)
commitfed2c4da36c2708f2a5a7a09eba61d014b9339d6
tree984a738eaea7a13619562bdb8df90266a003856f
parentab6a8ba7eed7b53c9fc6366edc3215f9ec1c3a68
discover: Add platform-dummy

With the new configure enable-platform parameters it is possible
configure no platform support.  Add a new minimal 'dummy' platform
so that the __start_platforms and __stop_platforms variables needed
by platform_init are created.

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/Makefile.am
discover/platform-dummy.c [new file with mode: 0644]