Commit c07e8da1a47f795d01ce2c26996b262869c8638f

Authored by Stefan Roese
Committed by Wolfgang Denk
1 parent 746a36a107

powerpc: mpc52xx: a3m071/a4m2k: Convert to generic board

a3m071 and a4m2k share one config header. So adding the generic board defines
in this one file is enough to convert both boards.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Wolfgang Denk <wd@denx.de>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/a3m071.h
... ... @@ -14,6 +14,8 @@
14 14  
15 15 #define CONFIG_MPC5200
16 16 #define CONFIG_A3M071 /* A3M071 board */
  17 +#define CONFIG_DISPLAY_BOARDINFO
  18 +#define CONFIG_SYS_GENERIC_BOARD
17 19  
18 20 #define CONFIG_SYS_TEXT_BASE 0x01000000 /* boot low for 32 MiB boards */
19 21