git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1645f9f
)
post: Add dependency on ARM || PPC
author
Tom Rini
<trini@konsulko.com>
Wed, 2 Jul 2025 01:05:14 +0000
(19:05 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 10 Jul 2025 14:41:10 +0000
(08:41 -0600)
The post framework requires architecture specific implementation
details. At the moment this is only done for ARM and PowerPC so express
that requirement in Kconfig as well.
Signed-off-by: Tom Rini <trini@konsulko.com>
test/Kconfig
patch
|
blob
|
history
diff --git
a/test/Kconfig
b/test/Kconfig
index
31016ee
..
77e7cad
100644
(file)
--- a/
test/Kconfig
+++ b/
test/Kconfig
@@
-122,6
+122,7
@@
endif # UNIT_TEST
config POST
bool "Power On Self Test support"
+ depends on ARM || PPC
help
See doc/README.POST for more details