mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-15 10:51:24 +02:00
This patch fixed the following coding style suggested by checkpatch.pl: 1. Use tab instead of space 2. Use BIT() instead of << 3. Use mdelay for long time delay 4. Remove useless parenthesises Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>