Home
last modified time | relevance | path

Searched hist:ba650e9b5263bfc7579e6775676441eeeca2edc4 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.scrapyardba650e9b5263bfc7579e6775676441eeeca2edc4 Fri Feb 21 00:55:16 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> m68k: Remove M5271EVB and idmr board support

CONFIG_SYS_HZ must be always 1000, but M5271EVB.h defines it
as 1000000 and idmr.h defines it as (50000000 / 64).

When compiling these two boards, a warning message is displayed:

time.c:14:2: warning: #warning "CONFIG_SYS_HZ must be 1000
and should not be defined by platforms" [-Wcpp]

There are no board maintainers for them so this commit just
deletes them.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Jason Jin <Jason.jin@freescale.com>