[PATCH 09/10] MIPS: add draft cpuinfo command

Antony Pavlov antonynpavlov at gmail.com
Mon Jul 25 04:42:59 EDT 2011


On 25/07/2011, Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> wrote:
> On 23:22 Sun 24 Jul     , Antony Pavlov wrote:
>> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
>> ---
>>  arch/mips/Kconfig       |   11 +++++++++++
>>  arch/mips/lib/Makefile  |    3 +++
>>  arch/mips/lib/cpuinfo.c |   38 ++++++++++++++++++++++++++++++++++++++
>>  3 files changed, 52 insertions(+), 0 deletions(-)
>>  create mode 100644 arch/mips/lib/cpuinfo.c
>>
...
>> --- a/arch/mips/lib/Makefile
>> +++ b/arch/mips/lib/Makefile
>> @@ -4,3 +4,6 @@ obj-y += lshrdi3.o
>>  obj-y += ashldi3.o
>>  obj-y += ashrdi3.o
>>  obj-y += memory.o
>> +
>> +#obj-$(CONFIG_CMD_MIPS_CPUINFO) += cpuinfo.o
>> +obj-y += cpuinfo.o
> ??

Ups ...

I'm going to fix it.

-- 
Best regards,
  Antony Pavlov



More information about the barebox mailing list