]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - doc/README.generic-board
dm: eth: Add basic driver model support to Ethernet stack
[karo-tx-uboot.git] / doc / README.generic-board
index 17da0b9f8776d837dd9ec8fea1ee4c686b1f8f01..bd8eae1992c71f60a2a52fcc5cb7d4388a6ac7a5 100644 (file)
@@ -40,19 +40,22 @@ Supported Arcthitectures
 ------------------------
 
 If you are unlucky then your architecture may not support generic board.
-The following architectures are supported at the time of writing:
+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/<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.