diff options
author | Heiko Schocher <hs@denx.de> | 2016-06-13 15:16:01 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-17 09:51:05 -0400 |
commit | 71423435fb02c2ed9e7aa14c1208d3cccbff2519 (patch) | |
tree | 938039d1b67a7b4e58e1fbb197c6d0d9927370ea /include/configs/siemens-am33x-common.h | |
parent | e7b35eb2e0f209e26eb30c4e5b3da50a50d19af1 (diff) | |
download | u-boot-71423435fb02c2ed9e7aa14c1208d3cccbff2519.tar.gz |
arm, am335x: siemens: enable DM/DTS support
enable basic DM/DTS support for the siemens am335x based boards.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/siemens-am33x-common.h')
-rw-r--r-- | include/configs/siemens-am33x-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 5969541de6..eab665c286 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -102,8 +102,10 @@ #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */ /* NS16550 Configuration */ +#ifdef CONFIG_SPL_BUILD #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_REG_SIZE (-4) +#endif #define CONFIG_SYS_NS16550_CLK (48000000) #define CONFIG_SYS_NS16550_COM1 0x44e09000 #define CONFIG_SYS_NS16550_COM4 0x481a6000 |