diff options
author | Tom Rini <trini@ti.com> | 2014-10-29 15:57:33 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-29 15:57:33 -0400 |
commit | b8be4e365c6f7b5351037bba5d400ace9363fa0a (patch) | |
tree | cea37d8403c7934bc29698effee738da551bc016 /include/configs/TQM5200.h | |
parent | 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6 (diff) | |
parent | 69445d6c5615beb0939eaad0b538705e1c07607a (diff) | |
download | u-boot-imx-b8be4e365c6f7b5351037bba5d400ace9363fa0a.zip u-boot-imx-b8be4e365c6f7b5351037bba5d400ace9363fa0a.tar.gz u-boot-imx-b8be4e365c6f7b5351037bba5d400ace9363fa0a.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
Diffstat (limited to 'include/configs/TQM5200.h')
-rw-r--r-- | include/configs/TQM5200.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 69c0336..cdccbef 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2003-2005 + * (C) Copyright 2003-2014 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2004-2006 @@ -19,6 +19,8 @@ #define CONFIG_MPC5200 1 /* This is an MPC5200 CPU */ #define CONFIG_TQM5200 1 /* ... on TQM5200 module */ #undef CONFIG_TQM5200_REV100 /* define for revision 100 modules */ +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_DISPLAY_BOARDINFO /* * Valid values for CONFIG_SYS_TEXT_BASE are: |