From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 23 Jun 2016 20:02:02 +0200 Subject: [U-Boot] [PATCH] ARM: zynq/zynqmp: Use the default CONFIG_BOOTDELAY=2 In-Reply-To: References: Message-ID: <576C241A.1030902@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23.6.2016 17:45, Masahiro Yamada wrote: > Hi Michal, > > 2016-06-21 21:41 GMT+09:00 Michal Simek : >> Based on: >> "ARM: uniphier: use the default CONFIG_BOOTDELAY=2" >> (sha1: 7c8ef0feb97586d35b0296b48903daef8c06ab21) >> >> "I do not insist on CONFIG_BOOTDELAY=3. The default value in Kconfig, >> CONFIG_BOOTDELAY=2, is just fine for these boards." >> >> Reported-by: Masahiro Yamada >> Signed-off-by: Michal Simek >> --- > > Thanks! > > This is trivial enough, > so I do not think you need to refer my commit, though :) > On the other hand it is just the same change for the same reason with the same description that's why that link. M