From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] ARM: zynq: zynqmp: Enable DCC serial driver by default
Date: Mon, 22 Feb 2016 16:28:50 +0100 [thread overview]
Message-ID: <56CB2932.3000300@xilinx.com> (raw)
In-Reply-To: <CAPnjgZ2tV5r_Q7aVr5z3PgbHRH1Gz82SRq75zxQ9nK-Dbxk+EQ@mail.gmail.com>
On 19.2.2016 21:55, Simon Glass wrote:
> Hi Michal,
>
> On 18 February 2016 at 09:01, Michal Simek <michal.simek@xilinx.com> wrote:
>> Compile DCC serial driver by default.
>>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>> ---
>>
>> include/configs/xilinx_zynqmp.h | 9 +++------
>> include/configs/zynq-common.h | 8 ++------
>> 2 files changed, 5 insertions(+), 12 deletions(-)
>>
>> diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
>> index 28622dec1882..8a9ad03cb102 100644
>> --- a/include/configs/xilinx_zynqmp.h
>> +++ b/include/configs/xilinx_zynqmp.h
>> @@ -53,12 +53,9 @@
>> #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x2000000)
>>
>> /* Serial setup */
>> -#if defined(CONFIG_ZYNQMP_DCC)
>> -# define CONFIG_ARM_DCC
>> -# define CONFIG_CPU_ARMV8
>> -#else
>> -# define CONFIG_ZYNQ_SERIAL
>> -#endif
>> +#define CONFIG_ARM_DCC
>> +#define CONFIG_CPU_ARMV8
>> +#define CONFIG_ZYNQ_SERIAL
>
> Can some of these go in either the board _defconfig files or as a
> 'default y' in Zynq's Kconfig?
They will go to defconfig for sure. I wanted to clear this here first.
There will be patches about DT binding and Kconfig entries.
I need to review all drivers which were moved to DM and config cleanups
will be the part of it. Also with adding more boards for ZynqMP and
cleanup existing zynq one.
Thanks,
Michal
next prev parent reply other threads:[~2016-02-22 15:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 16:01 [U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM Michal Simek
2016-02-18 16:01 ` [U-Boot] [PATCH 2/2] ARM: zynq: zynqmp: Enable DCC serial driver by default Michal Simek
2016-02-19 20:55 ` Simon Glass
2016-02-22 15:28 ` Michal Simek [this message]
2016-02-19 20:55 ` [U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM Simon Glass
2016-02-22 15:54 ` Michal Simek
2016-02-23 6:38 ` Simon Glass
2016-02-23 8:53 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56CB2932.3000300@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox