While bein useful on OMAP only, there is no technical reason to not compile X-Load on any other ARM or on a generic ARM build targeting (not only, but also) OMAP.
Signed-off-by: Sascha Hauer <[email protected]> --- platforms/x-load.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/x-load.in b/platforms/x-load.in index 4b44d25..d92627d 100644 --- a/platforms/x-load.in +++ b/platforms/x-load.in @@ -2,8 +2,8 @@ menuconfig X_LOAD bool - depends on ARCH_ARM_OMAP - prompt "x-load " + depends on ARCH_ARM + prompt "OMAP x-load " help The X-Loader is a first level bootloader for Texas Intruments OMAP microprocessors (similar to the AT91Bootstrap application). It is -- 1.7.2.3 -- ptxdist mailing list [email protected]
