]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/integrator-common.h
integrator: switch to DM serial port
[karo-tx-uboot.git] / include / configs / integrator-common.h
index 1d307ca1e6a81040003492147e053b113303374d..a22efd699c17a496977acaa7952474b8fe6513b4 100644 (file)
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size*/
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 128*1024) /* Size of malloc() pool */
 
+/* Serial port PL010/PL011 through the device model */
+#define CONFIG_PL01X_SERIAL
+#define CONFIG_BAUDRATE                        38400
+#define CONFIG_CONS_INDEX              0
+
 #define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs  */
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_OF_LIBFDT               /* enable passing a Device Tree */