From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 7 May 2019 17:10:38 +0800 Subject: [U-Boot] [PATCH v3 14/18] x86: Enable the RTC on all boards In-Reply-To: <20190502165229.203099-15-sjg@chromium.org> References: <20190502165229.203099-1-sjg@chromium.org> <20190502165229.203099-15-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > With the move to Kconfig this option should be set in Kconfig, not in the > config header file. Move it. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Drop unnecessary change to chromebook_link_defconfig > > Changes in v2: > - Add new patch to enable the RTC in Kconfig > > arch/Kconfig | 1 + > include/configs/x86-common.h | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng