From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 15 May 2017 18:18:09 -0600 Subject: [U-Boot] [PATCH 1/6] dm: cpu: bmips: rename cpu_desc specific functions In-Reply-To: <1494631407-28655-2-git-send-email-noltari@gmail.com> References: <1494631407-28655-1-git-send-email-noltari@gmail.com> <1494631407-28655-2-git-send-email-noltari@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 12 May 2017 at 17:23, Álvaro Fernández Rojas wrote: > Use a generic name for cpu_desc functions instead of using a specific SoC one. > > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/cpu/bmips_cpu.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Simon Glass