diff options
author | David Müller (ELSOFT AG) <d.mueller@elsoft.ch> | 2014-09-30 12:32:23 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-10 09:44:44 -0400 |
commit | 6c4c9a7c0fc54760370ad0b09fba11fd2bc9717f (patch) | |
tree | 2cf0193f838f39ffbd0e56ec0a1dba7bd1af5e29 /include | |
parent | 13bd4d877687c6b6f1031d21b4124de336b6abb2 (diff) | |
download | u-boot-imx-6c4c9a7c0fc54760370ad0b09fba11fd2bc9717f.zip u-boot-imx-6c4c9a7c0fc54760370ad0b09fba11fd2bc9717f.tar.gz u-boot-imx-6c4c9a7c0fc54760370ad0b09fba11fd2bc9717f.tar.bz2 |
PATI: convert to generic board
Signed-off-by: David Müller <d.mueller@elsoft.ch>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/PATI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/PATI.h b/include/configs/PATI.h index d823b0f..65ab65d 100644 --- a/include/configs/PATI.h +++ b/include/configs/PATI.h @@ -21,6 +21,8 @@ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 +#define CONFIG_SYS_GENERIC_BOARD + /* Serial Console Configuration */ #define CONFIG_5xx_CONS_SCI1 #undef CONFIG_5xx_CONS_SCI2 |