X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2FREADME.generic-board;h=bd8eae1992c71f60a2a52fcc5cb7d4388a6ac7a5;hb=c2d8dc6bdce3f5e78abe3a4689a25ca050a4ae0d;hp=37c1b03ced9d4af2b92528ce589793abeb98525d;hpb=22692ec0fbdb455ca16d4d0e27768c6b6deb4243;p=karo-tx-uboot.git diff --git a/doc/README.generic-board b/doc/README.generic-board index 37c1b03ced..bd8eae1992 100644 --- a/doc/README.generic-board +++ b/doc/README.generic-board @@ -44,16 +44,18 @@ The following architectures are supported now: arc arm + avr32 + blackfin + m68k + microblaze mips + nios2 powerpc sandbox x86 -If your architecture is not supported, you need to adjust your -arch//config.mk file to include: - - __HAVE_ARCH_GENERIC_BOARD := y - +If your architecture is not supported, you need to select +HAVE_GENERIC_BOARD in arch/Kconfig and test it with a suitable board, as follows.