Searched hist:e71ffd0951f4e8dd7c43a34a3fdc4be10f29db41 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | mpspec.h | e71ffd0951f4e8dd7c43a34a3fdc4be10f29db41 Mon Jan 16 14:03:36 UTC 2017 Simon Glass <sjg@chromium.org> x86: Update mpspec to build on 64-bit machines
At present this uses u32 to store an address. We should use unsigned long and avoid special types in function return values and parameters unless necessary. This makes the code more portable.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | mpspec.c | e71ffd0951f4e8dd7c43a34a3fdc4be10f29db41 Mon Jan 16 14:03:36 UTC 2017 Simon Glass <sjg@chromium.org> x86: Update mpspec to build on 64-bit machines
At present this uses u32 to store an address. We should use unsigned long and avoid special types in function return values and parameters unless necessary. This makes the code more portable.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|