From f4bd3cda321dce859975e6232ebac7e8eaad6958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 17 May 2012 18:07:56 +0200 Subject: [PATCH] U-Boot: Fix comments and ppc build * those are not ARM-specific. * this asm code doesn't build for ppc, and is not really useful for ARM either. --- src/system/boot/platform/u-boot/cpu.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/system/boot/platform/u-boot/cpu.cpp b/src/system/boot/platform/u-boot/cpu.cpp index 189cda43c3..9868f01396 100644 --- a/src/system/boot/platform/u-boot/cpu.cpp +++ b/src/system/boot/platform/u-boot/cpu.cpp @@ -34,7 +34,7 @@ static void calculate_cpu_conversion_factor() { - #warning ARM:TODO! + #warning U-Boot:TODO! } @@ -42,7 +42,7 @@ static status_t check_cpu_features() { - #warning ARM:TODO! + #warning U-Boot:TODO! return B_OK; } @@ -55,10 +55,12 @@ spin(bigtime_t microseconds) { for(bigtime_t i=0;i